Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Giaquinta <[email protected]>
  • Loading branch information
exg committed Nov 28, 2024
1 parent 3d35fd4 commit 8604452
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.7.0

### Fixed

- Detect Pydantic 2.10 models [#311](/../../issues/311)
- Fix serialization of dataclasses without `__slots__` and with a field defined
with a descriptor object as default value, a field defined with `init=False`
and a default value, or a cached property

### Changed

- Drop support for Python 3.8
- Support `OPT_SORT_KEYS` also for Pydantic models [#312](/../../issues/312)
- Improve deserialization performance

## 1.6.0 18/10/2024

### Fixed
Expand Down

0 comments on commit 8604452

Please sign in to comment.