From 3ee4b40fe1fe64a6c68157f9a9abe43e232f69c7 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Fri, 4 Feb 2022 17:48:53 +0100 Subject: [PATCH] Add HISTORY entry --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d8ae8b54..b0bd5fe7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,9 @@ History * Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9. (`#218 `_) +* Fix a wrong ``AttributeError`` of an missing ``__parameters__`` attribute. This could happen + when inheriting certain generic classes – for example ``typing.*`` classes are affected. + (`#217 `_) 1.10.0 (2022-01-04) -------------------