From a830b4290429e31f639ae27a71d30e4ce72da121 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 28 Nov 2024 10:38:35 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6333d7b1..4c11f96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ aliases that have a `Concatenate` special form as their argument. - Fix that lists and ... could not be used for parameter expressions for `TypeAliasType` instances before Python 3.11. Patch by [Daraan](https://github.com/Daraan). +- Fix error on Python 3.10 when using `typing.Concatenate` and + `typing_extensions.Concatenate` together. Patch by [Daraan](https://github.com/Daraan). # Release 4.12.2 (June 7, 2024)