diff options
Diffstat (limited to 'docs/dist/doc/README-152.html')
-rw-r--r-- | docs/dist/doc/README-152.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/dist/doc/README-152.html b/docs/dist/doc/README-152.html index 53951bcb5..c53b7d16c 100644 --- a/docs/dist/doc/README-152.html +++ b/docs/dist/doc/README-152.html @@ -22,19 +22,19 @@ All rights reserved. <p> This release is primarily a bug fix release. -Includes 60 fixes and enhancements that have been incorporated since 1.5.1, you can see -the list through +It includes approximately 60 fixes and enhancements that have been incorporated since +the 1.5.1 release. You can see +the full list through <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=AspectJ&target_milestone=1.5.2&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED"> this bugzilla query</a>. </p> <p> -Notable changes: +Notable changes since the 1.5.1 release include: <ul> -<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=126167">[126167]</a> @Around advice has changed to be more compatible with code style.</li> -<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=147711">[147711]</a> Members generated to support AspectJ are now marked Java synthetic, rather -than AspectJ synthetic - enabling coverage tools like emma to process woven classes correctly.</li> +<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=126167">[126167]</a> The handling of proceed in @Around advice has changed to be more compatible with code style.</li> +<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=147711">[147711]</a> Members generated as a result of the AspectJ weaving process are now marked Java synthetic - enabling coverage tools such as Emma to process woven classes correctly.</li> <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=138316">[138316]</a> AspectJ has now transitioned from the CPL to the EPL license.</li> -<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=140695">[140695]</a> Work-in-progress. Using a more optimal world for managing types when load-time weaving - reduces heap usage.</li> +<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=140695">[140695]</a> Using a more optimal world for managing types when load-time weaving - reduces heap usage (work in progress).</li> <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=101983">[101983]</a> AspectJ can now support separate output folders for each input source folder - enables AJDT to behave more like JDT.</li> </ul> </p> |