From 167fb8222485ab8e516dc647d442ee1fb2a2d927 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 10 Jan 2021 19:18:19 -0500 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 44998734..fd5284a3 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,10 @@ follows `Semantic versioning`_ Development version ------------------- +- Add support of async injections for providers. +- Add support of async injections for wiring. +- Add support of async initializers for ``Resource`` provider. +- Add ``FastAPI`` + ``Redis`` example. - Add ARM wheel builds. See issue `#342 `_ for details. - Fix a typo in `ext.flask` deprecation warning.