Update changelog

This commit is contained in:
Roman Mogylatov 2021-01-10 19:18:19 -05:00
parent 8f10f2b18e
commit 167fb82224

View File

@ -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 <https://github.com/ets-labs/python-dependency-injector/issues/342>`_ for details.
- Fix a typo in `ext.flask` deprecation warning.