Skip to content

Commit f482f4a

Browse files
authored
ChangeLog for 2.7
1 parent 28c8e1c commit f482f4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
## Version 2.7
5+
_2016-06-14_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.2...gson-parent-2.7)
6+
* Added support for JsonSerializer/JsonDeserializer in @JsonAdapter annotation
7+
* Exposing Gson properties excluder(), fieldNamingStrategy(), serializeNulls(), htmlSafe()
8+
* Added JsonObject.size() method
9+
* Added JsonWriter.value(Boolean value) method
10+
* Using ArrayDeque, ConcurrentHashMap, and other JDK 1.6 features
11+
* Better error reporting
12+
* Plenty of other bug fixes
13+
414
## Version 2.6.2
515
_2016-02-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.1...gson-parent-2.6.2)
616
* Fixed an NPE bug with @JsonAdapter annotation

0 commit comments

Comments
 (0)