Skip to content

Commit a3f3260

Browse files
committed
Bump to 1.2.2.0
1 parent 38d8a2a commit a3f3260

File tree

2 files changed

+14
-9
lines changed

2 files changed

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

changelog.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
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-
## Upcoming
4-
5-
* Add `FromJSON` and `ToJSON` instances for `DiffTime`, thanks to Víctor López Juan
6-
* Fix handling of fractions when parsing Natural.
7-
Change text in error messages for Integral types to make them follow the common pattern.
8-
PVP level is "Non-breaking change".
9-
10-
## 1.2.1.0
3+
### 1.2.2.0
4+
5+
* Add `FromJSON` and `ToJSON` instances for
6+
* `DiffTime`, thanks to Víctor López Juan.
7+
* `CTime`, thanks to Daniel Díaz.
8+
* Fix handling of fractions when parsing Natural, thanks to Yuriy Syrovetskiy.
9+
* Change text in error messages for Integral types to make them follow the common pattern, thanks to Yuriy Syrovetskiy.
10+
* Add missing `INCOHERENT` pragma for `RecordToPair`, thanks to Xia Li-yao.
11+
* Everything related to `Options` is now exported from `Data.Aeson`, thanks to Xia Li-yao.
12+
* Optimizations to not escape text in clear cases, thanks to Oleg Grenrus.
13+
* Some documentation fixes, thanks to Phil de Joux & Xia Li-yao.
14+
15+
### 1.2.1.0
1116

1217
* Add `parserThrowError` and `parserCatchError` combinators, thanks to Oleg Grenrus.
1318

0 commit comments

Comments
 (0)