Skip to content

Commit 7c8f9b5

Browse files
committed
Add history entry
1 parent e4fb375 commit 7c8f9b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HISTORY.md

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

1616
- Fix an `AttributeError` in `cattrs` internals that could be triggered by using the `include_subclasses` strategy in a `structure_hook_factory`
1717
([#721](https://github.com/python-attrs/cattrs/issues/721), [#722](https://github.com/python-attrs/cattrs/pull/722))
18+
- Add `CattrsError` exception type: all exceptions raised by `cattrs` inherit from this
19+
([#728](https://github.com/python-attrs/cattrs/pull/728))
20+
- Literal and date-time validation raise this directly, instead of `Exception`
1821

1922
## 26.1.0 (2026-02-18)
2023

0 commit comments

Comments
 (0)