Skip to content

Commit 3e5b028

Browse files
committed
Bump to 1.1.2.0
1 parent 4861d65 commit 3e5b028

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aeson.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aeson
2-
version: 1.1.1.0
2+
version: 1.1.2.0
33
license: BSD3
44
license-file: LICENSE
55
category: Text, Web, JSON

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
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).
22

3+
### 1.1.2.0
4+
5+
* Fix an accidental change in the format of `deriveJSON`. Thanks to Xia Li-yao!
6+
7+
* Documentation improvements regarding `ToJSON`, `FromJSON`, and `SumEncoding`. Thanks to Xia Li-yao and Lennart Spitzner!
8+
39
### 1.1.1.0
410

511
* Added a pure implementation of the C FFI code, the C FFI code. If you wish to use the pure haskell version set the `cffi` flag to `False`. This should make aeson compile when C isn't available, such as for GHCJS. Thanks to James Parker & Marcin Tolysz!

0 commit comments

Comments
 (0)