Skip to content

Commit

Permalink
Release 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Aug 26, 2023
1 parent d95b33c commit 256d84a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog

.. currentmodule:: msgspec

Version 0.18.2 (2023-08-26)
---------------------------

- Support ``Enum._missing_`` hooks for handling unknown enum values (:pr:`532`).
- Fix JSON encoding of `datetime.datetime` objects with `zoneinfo.ZoneInfo`
timezone components (:pr:`534`).
- Add support for ``attrs`` `validators
<https://www.attrs.org/en/stable/examples.html#validators>`__ (:pr:`538`).
- Relax datetime/time parsing format to allow some RFC3339 extensions from
ISO8601 (:pr:`539`).

Version 0.18.1 (2023-08-16)
---------------------------

Expand Down

0 comments on commit 256d84a

Please sign in to comment.