Skip to content

Commit

Permalink
Update changelog for 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Aug 16, 2023
1 parent f4459e9 commit e76221f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------

Expand Down

0 comments on commit e76221f

Please sign in to comment.