diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-11-26 09:17:21 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-11-26 09:17:21 +0100 |
commit | 99448ba57290ecf76384a2a778532f362399e50d (patch) | |
tree | 7459188798e37b7c54047c0e5d83751ef00737a3 /docs/dist | |
parent | 90ae35226e9bc9b06c1c8315cce0ced98fba3686 (diff) | |
download | aspectj-99448ba57290ecf76384a2a778532f362399e50d.tar.gz aspectj-99448ba57290ecf76384a2a778532f362399e50d.zip |
Document bugfix #105 in release notes
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/README-198.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <li>Document build profiles and properties in <i>docs/developer/BUILD.md</i></li> <li>Add a guide for setting up an AspectJ development environment in <i>docs/developer/IDE.md</i></li> <li>Allow JAR saving if <tt>-proceedOnError</tt> is specified</li> + <li> + Fix <a href="https://github.com/eclipse/org.aspectj/issues/105">issue #105</a>: Compilation fails when using an + aspect library via <tt>-aspectpath</tt> in combination with introducing an annotation via ITD. This was broken since + version 1.9.5 and fixed in 1.9.8.RC3. + </li> </ul> <p> |