From c59054c24783df26d85990dcfbb86a4875f54586 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 7 Jan 2016 13:17:50 -0800 Subject: [PATCH] 1.8.8 readme --- docs/dist/doc/README-188.html | 40 +++++++++++++++++++++++++++++++++++ docs/dist/doc/index.html | 3 ++- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 docs/dist/doc/README-188.html diff --git a/docs/dist/doc/README-188.html b/docs/dist/doc/README-188.html new file mode 100644 index 000000000..1c7bc1768 --- /dev/null +++ b/docs/dist/doc/README-188.html @@ -0,0 +1,40 @@ + + +AspectJ 1.8.8 Readme + + + + +
+© Copyright 2016 Contributors. +All rights reserved. +
+ +

AspectJ 1.8.8 Readme

+ +

The full list of resolved issues in 1.8.8 is available +here.

+ + + +

Notable changes

+ +

Around advice on default methods

+

In previous releases attempting to apply around advice to default methods would +create methods with rogue modifiers in the interface declaring the default method (loading +these interfaces would then result in a verifier error). +This has now been fixed.

+ + + + diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 056e25bac..55324f340 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,7 +138,8 @@ README's Changes and porting guide for AspectJ - 1.8.6, + 1.8.8, + 1.8.7, 1.8.6, 1.8.5, 1.8.4, -- 2.39.5