Skip to content

Commit 0ee6890

Browse files
committed
2.2.2
1 parent 2fdf1ab commit 0ee6890

3 files changed

Lines changed: 17 additions & 10 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.2.2 - 2020-02-10
4+
5+
### Changed
6+
7+
- Performance improvements to serializing a list containing elements of the
8+
same type.
9+
310
## 2.2.1 - 2020-02-04
411

512
### Fixed

Cargo.lock

Lines changed: 9 additions & 9 deletions
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.2.1"
3+
version = "2.2.2"
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)