Update CHANGELOG.md

This commit is contained in:
inder123 2017-05-31 10:00:24 -07:00 committed by GitHub
parent 535bb5d1b9
commit 2a08e3906c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Change Log
## Version 2.8.1
_2017-05-30_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.1)
* New: `JsonObject.keySet()`
* `@JsonAdapter` annotation can now use `JsonSerializer` and `JsonDeserializer1 as well.
* `@JsonAdapter` annotation can now use `JsonSerializer` and `JsonDeserializer` as well.
## Version 2.8
_2016-10-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.7...gson-parent-2.8.0)