Skip to content

Commit

Permalink
Update changelog for detailed validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Mar 26, 2022
1 parent c5c1ac9 commit ff63d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ History
22.1.0 (UNRELEASED)
-------------------
* cattrs now uses the CalVer versioning convention.
* cattrs now has a detailed validation mode, which is enabled by default. Learn more `here <https://cattrs.readthedocs.io/en/latest/validation.html>`_.
The old behavior can be restored by creating the converter with `detailed_validation=False`,
* ``attrs`` and dataclass structuring is now ~25% faster.
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
(`#209 <https://github.com/python-attrs/cattrs/issues/209>`_)
Expand Down

0 comments on commit ff63d39

Please sign in to comment.