2.8.6 changelog

This commit is contained in:
inder123 2019-10-04 12:06:59 -07:00 committed by GitHub
parent d1828736eb
commit 729e7d646e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
Change Log
==========
## Version 2.8.6
_2019-10-04_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6)
* Added static nethods `JsonParser.parseString` and `JsonParser.parseReader` and deprecated instance method `JsonParser.parse`
* Java 9 module-info support
## Version 2.8.5
_2018-05-21_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.5)
* Print Gson version while throwing AssertionError and IllegalArgumentException