From dd33ea5c1d644fcc5ee2d8133eee41eac1163375 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Wed, 24 Apr 2024 21:20:39 +0200 Subject: [PATCH] ReleaseNotes.md --- src/site/markdown/ReleaseNotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/markdown/ReleaseNotes.md b/src/site/markdown/ReleaseNotes.md index 2ba373d5..0c1ab48a 100644 --- a/src/site/markdown/ReleaseNotes.md +++ b/src/site/markdown/ReleaseNotes.md @@ -3,6 +3,12 @@ Versions The following versions of japicmp are available: +0.21.1 (2024-04-24) +------------------- +* No StackOverflowException in case an annotation's element is annotated with the annotation itself. [#395](https://github.com/siom79/japicmp/issues/395) + +Available at [Maven Central](https://search.maven.org/search?q=g:com.github.siom79.japicmp%20v:0.21.1). + 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)