Skip to content

Commit 2dbf22b

Browse files
committed
ReleaseNotes.md
1 parent 9c43138 commit 2dbf22b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/site/markdown/ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Versions
33

44
The following versions of japicmp are available:
55

6+
0.21.0 (2024-04-22)
7+
-------------------
8+
* New compatibility changes: ANNOTATION_ADDED, ANNOTATION_MODIFIED, ANNOTATION_MODIFIED_INCOMPATIBLE, ANNOTATION_REMOVED. [#385](https://github.com/siom79/japicmp/issues/385)
9+
* In case of method with array (byte[]) and varargs array (byte[]...) parameter, methods are matched correctly. [#393](https://github.com/siom79/japicmp/issues/393)
10+
* 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)
11+
* javassist 3.30.2-GA
12+
13+
Available at [Maven Central](https://search.maven.org/search?q=g:com.github.siom79.japicmp%20v:0.21.0).
14+
615
0.20.0 (2024-03-06)
716
-------------------
817
* HTML is generated by new class HtmlOutputGenerator instead through XMLOutputGenerator and XSLT. [#390](https://github.com/siom79/japicmp/issues/390)

0 commit comments

Comments
 (0)