From e379bcee3c0a0f3a77cfb62a08c3bbe73ba09063 Mon Sep 17 00:00:00 2001 From: Jasper Spaans Date: Tue, 5 Jul 2022 22:06:47 +0200 Subject: [PATCH] Update HISTORY.txt --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 3480ac25..8b876de0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,6 +18,7 @@ History * Uncap the required Python version, to avoid problems detailed in https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special (`#275 `_) * Fix `Converter.register_structure_hook_factory` and `cattrs.gen.make_dict_unstructure_fn` type annotations. (`#281 `_) +* Expose all error classes in the `cattr.errors` namespace. Note that it is deprecated, just use `cattrs.errors`. (`#252 `_) 22.1.0 (2022-04-03) -------------------