Skip to content

Commit edabe9c

Browse files
committed
Tweak changelog
1 parent 35de477 commit edabe9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
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.
1919
([#](https://github.com/python-attrs/cattrs/pull/))
20+
- Python 3.14 is now supported and part of the test matrix.
21+
([#653](https://github.com/python-attrs/cattrs/pull/653))
2022
- Fix unstructuring NewTypes with the {class}`BaseConverter`.
2123
([#684](https://github.com/python-attrs/cattrs/pull/684))
2224
- Make some Hypothesis tests more robust.
2325
([#684](https://github.com/python-attrs/cattrs/pull/684))
24-
- {func} `cattrs.strategies.include_subclasses` now works with generic parent classes and the tagged union strategy.
26+
- {func}`cattrs.strategies.include_subclasses` now works with generic parent classes and the tagged union strategy.
2527
([#683](https://github.com/python-attrs/cattrs/pull/683))
2628

2729
## 25.2.0 (2025-08-31)
@@ -30,8 +32,6 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
3032
This allows hashability, better immutability and is more consistent with the [`collections.abc.Sequence`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Sequence) type.
3133
See [Migrations](https://catt.rs/en/latest/migrations.html#sequences-structuring-into-tuples) for steps to restore legacy behavior.
3234
([#663](https://github.com/python-attrs/cattrs/pull/663))
33-
- Python 3.14 is now supported and part of the test matrix.
34-
([#653](https://github.com/python-attrs/cattrs/pull/653))
3535
- Add a `use_alias` parameter to {class}`cattrs.Converter`.
3636
{func}`cattrs.gen.make_dict_unstructure_fn_from_attrs`, {func}`cattrs.gen.make_dict_unstructure_fn`,
3737
{func}`cattrs.gen.make_dict_structure_fn_from_attrs`, {func}`cattrs.gen.make_dict_structure_fn`

0 commit comments

Comments
 (0)