Skip to content

Commit

Permalink
updated ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Nov 16, 2022
1 parent b736ba7 commit 4046a65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Versions

The following versions of japicmp are available:

0.17.0 (2022-11-16)
-------------------
* Support for generic type information in class files. [#337](https://github.com/siom79/japicmp/issues/337)
* Check implemented interfaces for default methods of super interface. [#343](https://github.com/siom79/japicmp/issues/343)
* Detect methods moved to super class with added final. [#344](https://github.com/siom79/japicmp/issues/344)

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)
Expand Down

0 comments on commit 4046a65

Please sign in to comment.