Skip to content

Commit 6ac06d9

Browse files
committed
3.9.11
1 parent 34507e4 commit 6ac06d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
# 3.9.11 - 2024-01-18
5+
6+
### Changed
7+
8+
- Improve performance of serializing. `str` is significantly faster. Documents
9+
using `dict`, `list`, and `tuple` are somewhat faster.
10+
11+
412
## 3.9.10 - 2023-10-26
513

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

0 commit comments

Comments
 (0)