Skip to content

Commit 087e1ce

Browse files
committed
Docs
1 parent e1ad8cd commit 087e1ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
1313

1414
## NEXT (UNRELEASED)
1515

16+
- Support more recursive types on 3.14+ with specialized factories for [`annotationlib.ForwardRef`](https://docs.python.org/3/library/annotationlib.html#annotationlib.ForwardRef).
17+
([#740](https://github.com/python-attrs/cattrs/issues/740) [#741](https://github.com/python-attrs/cattrs/pull/741))
1618
- Fix an `AttributeError` in `cattrs` internals that could be triggered by using the `include_subclasses` strategy in a `structure_hook_factory`
1719
([#721](https://github.com/python-attrs/cattrs/issues/721), [#722](https://github.com/python-attrs/cattrs/pull/722))
1820
- Add `CattrsError` exception type: all exceptions raised by `cattrs` inherit from this.

0 commit comments

Comments
 (0)