Skip to content

Commit 13a7353

Browse files
committed
Update changelog for detailed validation
1 parent c5c1ac9 commit 13a7353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HISTORY.rst

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ History
44
22.1.0 (UNRELEASED)
55
-------------------
66
* 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``.
79
* ``attrs`` and dataclass structuring is now ~25% faster.
810
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
911
(`#209 <https://github.com/python-attrs/cattrs/issues/209>`_)

0 commit comments

Comments
 (0)