You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ History
4
4
22.1.0 (UNRELEASED)
5
5
-------------------
6
6
* cattrs now uses the CalVer versioning convention.
7
+
* cattrs now has a detailed validation mode, which is enabled by default. Learn more `here <https://cattrs.readthedocs.io/en/latest/validation.html>`_.
8
+
The old behavior can be restored by creating the converter with ``detailed_validation=False``.
7
9
* ``attrs`` and dataclass structuring is now ~25% faster.
8
10
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
0 commit comments