Skip to content

Commit 02d6805

Browse files
committed
3.6.4
1 parent 05860e1 commit 02d6805

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.6.4 - 2021-10-01
4+
5+
### Fixed
6+
7+
- Fix serialization of `dataclass` inheriting from `abc.ABC` and
8+
using `__slots__`.
9+
- Decrement refcount for numpy `PyArrayInterface`.
10+
- Fix build on recent versions of Rust nightly.
11+
312
## 3.6.3 - 2021-08-20
413

514
### Fixed

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 = "3.6.3"
3+
version = "3.6.4"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2018"

0 commit comments

Comments
 (0)