diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b1669fa2..e54c3f2c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,14 @@ Changelog .. currentmodule:: msgspec +Version 0.18.1 (2023-08-16) +--------------------------- + +- Support custom ``builtin_types`` in `msgspec.to_builtins` (:pr:`517`). +- Try ``getattr`` before ``getitem`` when converting with + ``from_attributes=True`` (:pr:`519`). +- More efficient module state access in top-level functions (:pr:`521`). + Version 0.18.0 (2023-08-10) ---------------------------