Skip to content

Commit 403902c

Browse files
committed
Update changelog for 0.14.1
1 parent c822977 commit 403902c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
.. currentmodule:: msgspec
55

6+
Version 0.14.1 (2023-04-07)
7+
---------------------------
8+
9+
- Further optimize decoding of JSON arrays into lists (:pr:`363`)
10+
- Fix a bug preventing using structs configured with ``dict=True`` on Python
11+
3.11 (:pr:`365`)
12+
- Avoid preallocating large lists/tuples in the msgpack decoder (:pr:`367`)
13+
614
Version 0.14.0 (2023-04-02)
715
---------------------------
816

0 commit comments

Comments
 (0)