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 f4459e9 commit e76221fCopy full SHA for e76221f
docs/source/changelog.rst
@@ -3,6 +3,14 @@ Changelog
3
4
.. currentmodule:: msgspec
5
6
+Version 0.18.1 (2023-08-16)
7
+---------------------------
8
+
9
+- Support custom ``builtin_types`` in `msgspec.to_builtins` (:pr:`517`).
10
+- Try ``getattr`` before ``getitem`` when converting with
11
+ ``from_attributes=True`` (:pr:`519`).
12
+- More efficient module state access in top-level functions (:pr:`521`).
13
14
Version 0.18.0 (2023-08-10)
15
---------------------------
16
0 commit comments