Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jan 29, 2016
1 parent 1441cea commit 96a6811
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions changelog.md
@@ -1,8 +1,17 @@
# 0.10.1.0
# 0.11.0.0

This release should be close to backwards compatible with aeson 0.9

* Various updates for GHC 8 compatibility.

* Revert `.:?` to behave like it did in 0.9.

* Introduce `.:!` that behaves like `.:?` did in 0.10.

* Fix missing quotes surrounding time encodings.

* Fix toEncoding method for Either.
* Revert JSON format of `Either` to 0.9, `Left` and `Right` are now
serialized with an initial uppercase letter.

* Fix #293: Bug in TH when omitNothingFields = True.

Expand Down

0 comments on commit 96a6811

Please sign in to comment.