Skip to content

Commit 2090406

Browse files
committed
Bump to 1.3.1.0
1 parent 9f24bed commit 2090406

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +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.3.0.0
3+
### 1.3.1.0
4+
5+
* Fix bug in generically derived `FromJSON` instances that are using `unwrapUnaryRecords`, thanks to Xia Li-yao
6+
* Allow base-compat 0.10.*, thanks to Oleg Grenrus
7+
8+
## 1.3.0.0
49

510
Breaking changes:
611
* `GKeyValue` has been renamed to `KeyValuePair`, thanks to Xia Li-yao

0 commit comments

Comments
 (0)