Skip to content

Commit 8e58f82

Browse files
committed
Bump to 1.2.3.0
1 parent c638d12 commit 8e58f82

File tree

2 files changed

+8
-1
lines changed

2 files changed

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.2.3.0
4+
5+
* Added `withEmbeddedJSON` to help parse JSON embedded inside a JSON string, thanks to Jesse Kempf.
6+
* Memory usage improvements to the default (pure) parser, thanks to Jonathan Paugh. Also thanks to Neil Mitchell & Oleg Grenrus for contributing a benchmark.
7+
* `omitNothingFields` now works for the `Option` newtype, thanks to Xia Li-yao.
8+
* Some documentation fixes, thanks to Jonathan Paug & Philippe Crama.
9+
310
### 1.2.2.0
411

512
* Add `FromJSON` and `ToJSON` instances for

0 commit comments

Comments
 (0)