Skip to content

Commit

Permalink
Update HISTORY.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Nov 24, 2024
1 parent 68418f5 commit fc3edfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down

0 comments on commit fc3edfb

Please sign in to comment.