Skip to content

Commit 950c2e7

Browse files
committed
update ReleaseNotes.md
1 parent 95a4c29 commit 950c2e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/site/markdown/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The following versions of japicmp are available:
44

5+
##0.16.0 (2022-08-30)##
6+
* Detect method varargs changes (METHOD_NOW_VARARGS, METHOD_NO_LONGER_VARARGS). [#331](https://github.com/siom79/japicmp/issues/331)
7+
* Constructors are now also reported in case of changes of checked exceptions. [#332](https://github.com/siom79/japicmp/issues/332)
8+
* Reduced the maximum memory requirement of the JarArchiveComparator. [#333](https://github.com/siom79/japicmp/issues/333)
9+
10+
Available at [Maven Central](https://search.maven.org/search?q=g:com.github.siom79.japicmp%20v:0.16.0).
11+
512
##0.15.7 (2022-02-27)##
613
* 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)
714
* Detect default implementation in newly added interface. [#321](https://github.com/siom79/japicmp/issues/321)

0 commit comments

Comments
 (0)