Fix GitHub Diff link.

This commit is contained in:
jwilson 2016-10-26 23:07:34 -07:00
parent 14c8c1a82b
commit fca867d356
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Change Log
==========
## Version 2.8
_2016-10-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.7...gson-parent-2.8)
_2016-10-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.7...gson-parent-2.8.0)
* 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.