From 9f58e785a5f1f2c34437f6e9b6adcd5b969e0df4 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 22 Dec 2023 13:33:11 +0330 Subject: [PATCH] Fix history (#8424) --- HISTORY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index cc012f9674..89eb0a23cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,7 +11,6 @@ #### Fixes * Fix memory leak with recursive definitions creating reference cycles by @davidhewitt in [pydantic/pydantic-core#1125](https://github.com/pydantic/pydantic-core/pull/1125) -* Fix `JsonValue` `bool` serialization by @sydney-runkle in [#8190](https://github.com/pydantic/pydantic/pull/8190) ## v2.5.2 (2023-11-22)