Skip to content

Commit 6b27594

Browse files
authored
Merge pull request #551 from bos/v1.2.1.0
Bump to 1.2.1.0
2 parents a7ea241 + aafaf07 commit 6b27594

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.2.0.0
2+
version: 1.2.1.0
33
license: BSD3
44
license-file: LICENSE
55
category: Text, Web, JSON

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ For the latest version of this document, please see [https://github.com/bos/aeso
22

33
## 1.2.1.0
44

5-
* Add `parserThrowError` and `parserCatchError` combinators.
5+
* Add `parserThrowError` and `parserCatchError` combinators, thanks to Oleg Grenrus.
6+
7+
* Add `Generic` instance for `Value`, thanks to Xia Li-yao.
8+
9+
* Fix a mistake in the 1.2.0.0 changelog, the `cffi` flag is disabled by default! Thanks to dbaynard.
610

711
## 1.2.0.0
812

0 commit comments

Comments
 (0)