Skip to content

Commit

Permalink
ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Apr 22, 2024
1 parent 9c43138 commit 2dbf22b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/site/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Versions

The following versions of japicmp are available:

0.21.0 (2024-04-22)
-------------------
* New compatibility changes: ANNOTATION_ADDED, ANNOTATION_MODIFIED, ANNOTATION_MODIFIED_INCOMPATIBLE, ANNOTATION_REMOVED. [#385](https://github.com/siom79/japicmp/issues/385)
* In case of method with array (byte[]) and varargs array (byte[]...) parameter, methods are matched correctly. [#393](https://github.com/siom79/japicmp/issues/393)
* AnnotationClassFilter no longer uses ctClass.getClassFile().getAttributes() as this may throw a RuntimeException when CtClass is frozen. [#394](https://github.com/siom79/japicmp/issues/394)
* javassist 3.30.2-GA

Available at [Maven Central](https://search.maven.org/search?q=g:com.github.siom79.japicmp%20v:0.21.0).

0.20.0 (2024-03-06)
-------------------
* HTML is generated by new class HtmlOutputGenerator instead through XMLOutputGenerator and XSLT. [#390](https://github.com/siom79/japicmp/issues/390)
Expand Down

0 comments on commit 2dbf22b

Please sign in to comment.