Skip to content

Commit 256d84a

Browse files
committed
Release 0.18.3
1 parent d95b33c commit 256d84a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Changelog
33

44
.. currentmodule:: msgspec
55

6+
Version 0.18.2 (2023-08-26)
7+
---------------------------
8+
9+
- Support ``Enum._missing_`` hooks for handling unknown enum values (:pr:`532`).
10+
- Fix JSON encoding of `datetime.datetime` objects with `zoneinfo.ZoneInfo`
11+
timezone components (:pr:`534`).
12+
- Add support for ``attrs`` `validators
13+
<https://www.attrs.org/en/stable/examples.html#validators>`__ (:pr:`538`).
14+
- Relax datetime/time parsing format to allow some RFC3339 extensions from
15+
ISO8601 (:pr:`539`).
16+
617
Version 0.18.1 (2023-08-16)
718
---------------------------
819

0 commit comments

Comments
 (0)