Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 13, 2022
1 parent adcae90 commit d36e8cf
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 @@ -8,6 +8,8 @@ History
* ``cattrs.Converter`` has been renamed to ``cattrs.BaseConverter``, and ``cattrs.GenConverter`` to ``cattrs.Converter``.
The ``GenConverter`` symbol is still available for backwards compatibility, but is deprecated.
If you were depending on functionality specific to the old ``Converter``, change your import to ``from cattrs import BaseConverter``.
* ``cattrs.Converter`` (what was previously the ``GenConverter``) now supports NewTypes.
(`#255 <https://github.com/python-attrs/cattrs/pull/255>`_, `#94 <https://github.com/python-attrs/cattrs/issues/94>`_)

22.1.0 (2022-04-03)
-------------------
Expand Down

0 comments on commit d36e8cf

Please sign in to comment.