From e45303db3a6c48ca74b31592fd8fb2aa5d09411f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Apr 2016 18:33:38 +0200 Subject: [PATCH] Bump to 0.11.2.0 --- aeson.cabal | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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`.