From 961e982f0109f7c329b69281cbd2cd43d720d2de Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 16 Aug 2021 09:57:00 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 5f416ea3..dc045074 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -13,6 +13,10 @@ follows `Semantic versioning`_ See issue `#477 `_. Thanks to `Andrey Torsunov @gtors `_ for reporting the issue. - Fix typing stub for ``container.override_providers()`` to accept other types besides ``Provider``. +- Fix runtime issue with generic typing in resource initializer classes ``resources.Resource`` + and ``resources.AsyncResource``. + See issue `#488 `_. + Thanks to `@EdwardBlair `_ for reporting the issue. 4.35.2 ------