Skip to content

Commit 62f3afd

Browse files
committed
Fix changelog
1 parent f8663b3 commit 62f3afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
1616
- **Potentially breaking**: [Abstract sets](https://docs.python.org/3/library/collections.abc.html#collections.abc.Set) are now structured into frozensets.
1717
This allows hashability, better immutability and is more consistent with the [`collections.abc.Set`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Set) type.
1818
See [Migrations](https://catt.rs/en/latest/migrations.html#abstract-sets-structuring-into-frozensets) for steps to restore legacy behavior.
19-
([#](https://github.com/python-attrs/cattrs/pull/))
19+
([#686](https://github.com/python-attrs/cattrs/pull/686))
2020
- Python 3.14 is now supported and part of the test matrix.
2121
([#653](https://github.com/python-attrs/cattrs/pull/653))
2222
- Fix unstructuring NewTypes with the {class}`BaseConverter`.

0 commit comments

Comments
 (0)