From fbf8002cefd1ba7b263f63545fff2e48a378189d Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 31 Dec 2021 15:02:06 +0000 Subject: [PATCH] prepare for v1.9.0 release, extra change --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index cd18a85..63ba284 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,6 +20,7 @@ for their kind support. ### v1.9.0 (2021-12-31) Changes * Apply `update_forward_refs` to `Config.json_encodes` prevent name clashes in types defined via strings, #3583 by @samuelcolvin +* Extend pydantic's mypy plugin to support mypy versions `0.910`, `0.920`, `0.921` & `0.930`, #3573 & #3594 by @PrettyWood, @christianbundy, @samuelcolvin ### v1.9.0a2 (2021-12-24) Changes