Skip to content

Commit

Permalink
ChangeLog for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 authored Jun 15, 2016
1 parent 28c8e1c commit f482f4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f482f4a

Please sign in to comment.