From c5e4b9288674362a6c828f915af8622547268a29 Mon Sep 17 00:00:00 2001 From: Yurii Serhiichuk Date: Sun, 29 Oct 2023 22:29:32 +0100 Subject: [PATCH] Add Pydantic fix to the changelog Signed-off-by: Yurii Serhiichuk --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e991b..7d0dca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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])