From 1e606b4fb10ad462001701814f0f63205dffc629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Sun, 8 Dec 2024 12:30:43 +0100 Subject: [PATCH] Fix HISTORY --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7d0b231e..c912401b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -22,7 +22,7 @@ Our backwards-compatibility policy can be found [here](https://github.com/python ([#577](https://github.com/python-attrs/cattrs/pull/577)) - Expose {func}`cattrs.cols.mapping_unstructure_factory` through {mod}`cattrs.cols`. - Some `defaultdicts` are now [supported by default](https://catt.rs/en/latest/defaulthooks.html#defaultdicts), and - {func}`cattrs.cols.is_defaultdict`{func} and `cattrs.cols.defaultdict_structure_factory` are exposed through {mod}`cattrs.cols`. + {func}`cattrs.cols.is_defaultdict` and {func}`cattrs.cols.defaultdict_structure_factory` are exposed through {mod}`cattrs.cols`. ([#519](https://github.com/python-attrs/cattrs/issues/519) [#588](https://github.com/python-attrs/cattrs/pull/588)) - Many preconf converters (_bson_, stdlib JSON, _cbor2_, _msgpack_, _msgspec_, _orjson_, _ujson_) skip unstructuring `int` and `str` enums, leaving them to the underlying libraries to handle with greater efficiency. @@ -32,7 +32,7 @@ Our backwards-compatibility policy can be found [here](https://github.com/python - Preconf converters now handle dictionaries with literal keys properly. ([#599](https://github.com/python-attrs/cattrs/pull/599)) - Replace `cattrs.gen.MappingStructureFn` with `cattrs.SimpleStructureHook[In, T]`. -- The {func}`is_typeddict ` predicate function is now exposed through the {mod}`cattrs.gen.typeddicts` module. +- The {func}`is_typeddict ` predicate function is now exposed through the {mod}`cattrs.gen.typeddicts` module. ([#609](https://github.com/python-attrs/cattrs/pull/609)) - Python 3.13 is now supported. ([#543](https://github.com/python-attrs/cattrs/pull/543) [#547](https://github.com/python-attrs/cattrs/issues/547))