From fc3edfb3ab27f785c351b6ff30551ff836cfda51 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Sun, 24 Nov 2024 10:49:21 -0500 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 9bcf4bbf..0434a8c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,16 @@ History ======= +0.29.2 (2024-11-24) +------------------- + +**Bugfixes** + +* Fixed issue with using `Meta.auto_assign_tags` and `Meta.raise_on_unknown_json_key` together. +* Resolved problem when `CatchAll` field is specified with a default value, but serializing with `skip_defaults=False`. +* Improved performance in `UnionParser`: ensured that `get_parser()` is only called once per type. +* Added test case(s) to confirm intended behavior. + 0.29.1 (2024-11-23) -------------------