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 d95b33c commit 256d84aCopy full SHA for 256d84a
docs/source/changelog.rst
@@ -3,6 +3,17 @@ Changelog
3
4
.. currentmodule:: msgspec
5
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
17
Version 0.18.1 (2023-08-16)
18
---------------------------
19
0 commit comments