Skip to content

Commit 1b59216

Browse files
committed
2.1.4
1 parent fc6f479 commit 1b59216

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.1.4 - 2020-01-08
4+
5+
### Fixed
6+
7+
- Specify a text signature for `orjson.loads()`.
8+
9+
### Changed
10+
11+
- Improve documentation.
12+
313
## 2.1.3 - 2019-11-12
414

515
### Changed

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.1.3"
3+
version = "2.1.4"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses and datetimes"
66
edition = "2018"

0 commit comments

Comments
 (0)