Skip to content

Commit

Permalink
Bump to 0.11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Apr 29, 2016
1 parent 5b37216 commit e45303d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aeson.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aeson
version: 0.11.1.4
version: 0.11.2.0
license: BSD3
license-file: LICENSE
category: Text, Web, JSON
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
For the latest version of this document, please see [https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md).

### 0.11.2.0

* Enable `PolyKinds` to generalize `Proxy`, `Tagged`, and `Const` instances.
* Add `unsafeToEncoding` in `Data.Aeson.Types`, use with care!

#### 0.11.1.4

* Fix build with `base >= 4.8` and `unordered-containers < 0.2.6`.
Expand Down

0 comments on commit e45303d

Please sign in to comment.