Skip to content

Commit

Permalink
Changelog for Gson 2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 27, 2016
1 parent 63a69ad commit 512d7b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## Version 2.8
_2016-10-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.7...gson-parent-2.8)
* New: `TypeToken.getParameterized()` and `TypeToken.getArray()` make it easier to
register or look up a `TypeAdapter`.
* New: `@JsonAdapter(nullSafe=true)` to specify that a custom type adapter handles null.

## Version 2.7
_2016-06-14_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.2...gson-parent-2.7)
* Added support for JsonSerializer/JsonDeserializer in @JsonAdapter annotation
Expand Down

0 comments on commit 512d7b8

Please sign in to comment.