Skip to content

Commit

Permalink
Changelog fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Sep 26, 2015
1 parent 40ba055 commit 93605e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ _RELEASE DATE TBA_
cause compiler errors where `IOExceptions` are being caught but no longer thrown. The correct fix
for this problem is to remove the unnecessary `catch` clause.
* New: `Gson.newJsonWriter` method returns configured `JsonWriter` instances.
* New: `@SerializedName` now works with [AutoValue][autovalue’s] abstract property methods.
* New: `@SerializedName` now works with [AutoValue’s][autovalue] abstract property methods.
* New: `JsonWriter#jsonValue` writes raw JSON values.
* New: APIs to add primitives directly to `JsonArray` instances.
* New: ISO 8601 type adapter. Find this in _extras_.
* Fix: Fix `FieldNamingPolicy` issues when running in an environment with a Turkish locale.
* Fix: `FieldNamingPolicy` now works properly when running on a device with a Turkish locale.

[autovalue]: https://github.com/google/auto/tree/master/value


[autovalue]: https://github.com/google/auto/tree/master/value

0 comments on commit 93605e7

Please sign in to comment.