We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba07612 commit 73054daCopy full SHA for 73054da
HISTORY.rst
@@ -15,6 +15,8 @@ History
15
* Fix a wrong ``AttributeError`` of an missing ``__parameters__`` attribute. This could happen
16
when inheriting certain generic classes – for example ``typing.*`` classes are affected.
17
(`#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>`_)
20
21
1.10.0 (2022-01-04)
22
-------------------
0 commit comments