Skip to content

Commit 8579faf

Browse files
committed
Bump to 1.5.4.1
1 parent cf5618c commit 8579faf

File tree

2 files changed

+5
-1
lines changed

2 files changed

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

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.5.4.1
4+
* Use `Text.Encoding.decodeLatin1` to speed up ASCII string decoding, thanks to Dmitry Ivanov.
5+
* Support `bytestring 0.11.*` and `th-abstraction 0.4.*`, thanks to Oleg Grenrus.
6+
37
### 1.5.4.0
48

59
* Add instances for `ToJSONKey` and `FromJSONKey` to `Const`, thanks to Dan Fithian.

0 commit comments

Comments
 (0)