From 65c1a067bf6524936632e8ddf85feb8c86978c19 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 25 Sep 2023 12:54:32 +0200 Subject: [PATCH] Add version message improvement in history --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 7372f3c891..32ce630a6d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -50,6 +50,7 @@ * Fixed a regular expression denial of service issue by limiting whitespaces by @prodigysml in [#7360](https://github.com/pydantic/pydantic/pull/7360) * Fix handling of `UUID` values having `UUID.version=None` by @lig in [#7566](https://github.com/pydantic/pydantic/pull/7566) * Fix `__iter__` returning private `cached_property` info by @sydney-runkle in [#7570](https://github.com/pydantic/pydantic/pull/7570) +* Improvements to version info message by @samuelcolvin in [#7594](https://github.com/pydantic/pydantic/pull/7594) ### New Contributors * @15498th made their first contribution in [#7238](https://github.com/pydantic/pydantic/pull/7238)