Add Pydantic fix to the changelog

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
Yurii Serhiichuk 2023-10-29 22:29:32 +01:00
parent 2248928669
commit c5e4b92886
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed Pydantic v2 `to_json` (and `to_structured`) conversion ()
## [1.10.0] — 2023-09-25
### Added
- Pydantic v2 support. ([#219])