We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c822977 commit 403902cCopy full SHA for 403902c
docs/source/changelog.rst
@@ -3,6 +3,14 @@ Changelog
3
4
.. currentmodule:: msgspec
5
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
14
Version 0.14.0 (2023-04-02)
15
---------------------------
16
0 commit comments