diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-02-11 08:22:11 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-02-11 13:03:47 +0700 |
commit | 812ebc15e056d100e9b6b22d008a4c7d9d2be607 (patch) | |
tree | 4c52d04b4de76f208fa4c923ffb7307707865de5 /docs | |
parent | c4d819539764d4c7da5a72cd04c6ac405b188582 (diff) | |
download | aspectj-812ebc15e056d100e9b6b22d008a4c7d9d2be607.tar.gz aspectj-812ebc15e056d100e9b6b22d008a4c7d9d2be607.zip |
Update README-198.html and set release date
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-198.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/dist/doc/README-198.html b/docs/dist/doc/README-198.html index af51cd314..5beb81e3d 100644 --- a/docs/dist/doc/README-198.html +++ b/docs/dist/doc/README-198.html @@ -110,9 +110,10 @@ craft a condy class with ASM</a>. </li> <li> - Fix <a href="https://github.com/eclipse/org.aspectj/issues/115">issue #115</a>: In annotation-style pointcuts, - <tt>if(false)</tt> and <tt>if(true)</tt> now work as expected and do not require a boolean return value and body for - the <tt>@Pointcut</tt> method. + Improvements for <tt>if()</tt> pointcuts in annotation syntax, see issues + <a href="https://github.com/eclipse/org.aspectj/issues/115">#115</a>, + <a href="https://github.com/eclipse/org.aspectj/issues/120">#120</a>, + <a href="https://github.com/eclipse/org.aspectj/issues/122">#122</a>. </li> <li> Thanks to Andrey Turbanov for several clean code contributions and to Dmitry Mikhaylov for fixing a potential @@ -148,7 +149,7 @@ <hr> <p> - <b>Available:</b> 1.9.8 available DD-MMM-2022 + <b>Available:</b> 1.9.8 available 11-Feb-2022 </p> </body> |