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.