Skip to content

Commit 73054da

Browse files
committed
Add HISTORY.rst entry
1 parent ba07612 commit 73054da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ History
1515
* Fix a wrong ``AttributeError`` of an missing ``__parameters__`` attribute. This could happen
1616
when inheriting certain generic classes – for example ``typing.*`` classes are affected.
1717
(`#217 <https://github.com/python-attrs/cattrs/issues/217>`_)
18+
* Fix unstructuring all tuples - unannotated, variable-length, homogenous and heterogenous - to `list`.
19+
(`#226 <https://github.com/python-attrs/cattrs/issues/226>`_)
1820

1921
1.10.0 (2022-01-04)
2022
-------------------

0 commit comments

Comments
 (0)