Skip to content

Commit

Permalink
Fix issue links in HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
bibajz authored and Tinche committed Feb 5, 2022
1 parent 6a86c56 commit a77b5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ History
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
(`#209 <https://github.com/python-attrs/cattrs/issues/209>`_)
* Fix structuring of non-parametrized containers like ``list/dict/...`` on Pythons lower than 3.9.
(`#218 https://github.com/python-attrs/cattrs/issues/218`_)
(`#218 <https://github.com/python-attrs/cattrs/issues/218>`_)
* Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9.
(`#218 https://github.com/python-attrs/cattrs/issues/218`_)
(`#218 <https://github.com/python-attrs/cattrs/issues/218>`_)


1.10.0 (2022-01-04)
Expand Down

0 comments on commit a77b5dd

Please sign in to comment.