Skip to content

Commit 129a821

Browse files
committed
2.5.0
1 parent 8982053 commit 129a821

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.5.0 - 2020-02-19
4+
5+
### Added
6+
7+
- `orjson.dumps()` serializes `dict` keys of type other than `str` if
8+
`option=orjson.OPT_NON_STR_KEYS` is specified.
9+
310
## 2.4.0 - 2020-02-14
411

512
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2018"

0 commit comments

Comments
 (0)