From 566ca25ee13a2644b9e4f3466c897b0a81f84933 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Wed, 16 Nov 2022 22:45:43 +0100 Subject: [PATCH] update ReleaseNotes.md --- src/site/markdown/ReleaseNotes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/markdown/ReleaseNotes.md b/src/site/markdown/ReleaseNotes.md index 9dab44fd5..0dcaa52e2 100644 --- a/src/site/markdown/ReleaseNotes.md +++ b/src/site/markdown/ReleaseNotes.md @@ -3,6 +3,11 @@ Versions The following versions of japicmp are available: +0.17.1 (2022-11-16) +------------------- +* Added new compatibility check METHOD_MOVED_TO_SUPERCLASS. [#350](https://github.com/siom79/japicmp/issues/350) +* No IllegalStateException when method is removed from sub and super class. [#349](https://github.com/siom79/japicmp/issues/349) + 0.17.0 (2022-11-16) ------------------- * Support for generic type information in class files. [#337](https://github.com/siom79/japicmp/issues/337)