Skip to content

Commit 51475d8

Browse files
bibajzTinche
authored andcommitted
Reword HISTORY.rst entry, add a note about Tuple structuring
1 parent 7f720ba commit 51475d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ History
77
* ``attrs`` and dataclass structuring is now ~25% faster.
88
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
99
(`#209 <https://github.com/python-attrs/cattrs/issues/209>`_)
10-
* Fix structuring bare generics on Pythons lower than 3.9.
10+
* Fix structuring of non-parametrized containers like ``list/dict/...`` on Pythons lower than 3.9.
1111
(`https://github.com/python-attrs/cattrs/issues/218`)
12+
* Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9.
13+
(`https://github.com/python-attrs/cattrs/issues/218`)
14+
1215

1316
1.10.0 (2022-01-04)
1417
-------------------

0 commit comments

Comments
 (0)