ChangeLog for 2.7

This commit is contained in:
inder123 2016-06-14 17:22:32 -07:00 committed by GitHub
parent 28c8e1c29b
commit f482f4a1cb
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
Change Log
==========
## 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
* Exposing Gson properties excluder(), fieldNamingStrategy(), serializeNulls(), htmlSafe()
* Added JsonObject.size() method
* Added JsonWriter.value(Boolean value) method
* Using ArrayDeque, ConcurrentHashMap, and other JDK 1.6 features
* Better error reporting
* Plenty of other bug fixes
## Version 2.6.2
_2016-02-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.1...gson-parent-2.6.2)
* Fixed an NPE bug with @JsonAdapter annotation