Skip to content

Commit

Permalink
Add HISTORY entry
Browse files Browse the repository at this point in the history
  • Loading branch information
raabf authored and Tinche committed Feb 7, 2022
1 parent ff8cd94 commit 3ee4b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ History
* Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9.
(`#218 <https://github.com/python-attrs/cattrs/issues/218>`_)

* Fix a wrong ``AttributeError`` of an missing ``__parameters__`` attribute. This could happen
when inheriting certain generic classes – for example ``typing.*`` classes are affected.
(`#217 <https://github.com/python-attrs/cattrs/issues/217>`_)

1.10.0 (2022-01-04)
-------------------
Expand Down

0 comments on commit 3ee4b40

Please sign in to comment.