diff --git a/aeson.cabal b/aeson.cabal index 8e0c9af3b..e4f083ac1 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -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 diff --git a/changelog.md b/changelog.md index 764201e57..35171d8d9 100644 --- a/changelog.md +++ b/changelog.md @@ -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`.