Skip to content

Commit

Permalink
update ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 30, 2022
1 parent 95a4c29 commit 950c2e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/markdown/ReleaseNotes.md
Expand Up @@ -2,6 +2,13 @@

The following versions of japicmp are available:

##0.16.0 (2022-08-30)##
* Detect method varargs changes (METHOD_NOW_VARARGS, METHOD_NO_LONGER_VARARGS). [#331](https://github.com/siom79/japicmp/issues/331)
* Constructors are now also reported in case of changes of checked exceptions. [#332](https://github.com/siom79/japicmp/issues/332)
* Reduced the maximum memory requirement of the JarArchiveComparator. [#333](https://github.com/siom79/japicmp/issues/333)

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

##0.15.7 (2022-02-27)##
* Do not report new methods in super-interface of interface as METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE. [#281](https://github.com/siom79/japicmp/issues/281)
* Detect default implementation in newly added interface. [#321](https://github.com/siom79/japicmp/issues/321)
Expand Down

0 comments on commit 950c2e7

Please sign in to comment.