From: Alexander Kriegisch Date: Fri, 26 Nov 2021 08:17:21 +0000 (+0100) Subject: Document bugfix #105 in release notes X-Git-Tag: V1_9_8_RC3~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=99448ba57290ecf76384a2a778532f362399e50d;p=aspectj.git Document bugfix #105 in release notes Signed-off-by: Alexander Kriegisch --- diff --git a/docs/dist/doc/README-198.html b/docs/dist/doc/README-198.html index 24abfdb95..57165e5c0 100644 --- a/docs/dist/doc/README-198.html +++ b/docs/dist/doc/README-198.html @@ -99,6 +99,11 @@
  • Document build profiles and properties in docs/developer/BUILD.md
  • Add a guide for setting up an AspectJ development environment in docs/developer/IDE.md
  • Allow JAR saving if -proceedOnError is specified
  • +
  • + Fix issue #105: Compilation fails when using an + aspect library via -aspectpath in combination with introducing an annotation via ITD. This was broken since + version 1.9.5 and fixed in 1.9.8.RC3. +