Rename types and aspectj link
diff --git a/whatsnew210/img/renameType1.gif b/whatsnew210/img/renameType1.gif
new file mode 100644
index 0000000..bbfd9b9
--- /dev/null
+++ b/whatsnew210/img/renameType1.gif
Binary files differ
diff --git a/whatsnew210/img/renameType2.gif b/whatsnew210/img/renameType2.gif
new file mode 100644
index 0000000..e231d5d
--- /dev/null
+++ b/whatsnew210/img/renameType2.gif
Binary files differ
diff --git a/whatsnew210/img/renameType3.gif b/whatsnew210/img/renameType3.gif
new file mode 100644
index 0000000..2301d96
--- /dev/null
+++ b/whatsnew210/img/renameType3.gif
Binary files differ
diff --git a/whatsnew210/index.html b/whatsnew210/index.html
index bd675c0..19db30e 100644
--- a/whatsnew210/index.html
+++ b/whatsnew210/index.html
@@ -127,6 +127,31 @@
<hr></td>
</tr>
<tr>
+<td valign="top"><b>Aspect-aware type renaming</b></td>
+<td>
+Type references inside of Aspects are now renamed when the associated type declaration is renamed.
+
+Here, the <code>Wibble</code> aspect contains several references to <code>Target</code> inside of
+its aspect elements:<br/>
+<img src="img/renameType1.gif" border="1" />
+<br/><br/>
+When <code>Target</code> is renamed, all references in referring aspects are renamed as well:<br/>
+<img src="img/renameType3.gif" border="1" />
+<br/><br/>
+In some circumstances, you will see a refactoring warning:<br/>
+<img src="img/renameType2.gif" border="1" />
+<br/><br/>
+This warning occurs due to some limitations we have with searching for references inside of aspects and
+it can safely be ignored.
+</td>
+</tr>
+
+
+<tr>
+<td colspan="2">
+<hr></td>
+</tr>
+<tr>
<td valign="top"><b><code>@Test</code> and Intertype declarations</b></td>
<td>
It is now possible to run intertype declarations that are JUnit 4 tests through the
@@ -179,6 +204,17 @@
</td>
</tr>
+<tr>
+<td colspan="2">
+<hr></td>
+</tr>
+<tr>
+<td valign="top"><b>AspectJ 1.6.9</b></td>
+<td>
+AJDT 2.1.0 includes AspectJ 1.6.9. This release has several new features including
+transparent weaving, intertype inner types, overweaving, and a reduction of class
+file size. See the <a href="http://eclipse.org/aspectj/doc/released/README-169.html">readme</a> for all details.
+</td>
<tr>
<td colspan="2">
@@ -189,6 +225,7 @@
<td>
See <a href="http://tinyurl.com/35h4asy">Bugzilla</a> for a list of bugs addressed in this release.
</td>
+
<tr>
<td colspan="2">
<hr></td>