Update changelog

This commit is contained in:
Roman Mogylatov 2020-07-28 19:17:35 -04:00
parent f7316967e6
commit 49df72d47f

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development version
-------------------
- Add ``Aiohttp`` integration module ``dependency_injector.ext.aiohttp``.
- Add ``Aiohttp`` + ``Dependency Injector`` example ``giphynav-aiohttp``.
3.23.2 3.23.2
------ ------
- Fix ``Flask`` tutorial code issues, typos and change some wording. - Fix ``Flask`` tutorial code issues, typos and change some wording.
@ -48,7 +53,7 @@ follows `Semantic versioning`_
3.20.0 3.20.0
------ ------
- Add ``Flask`` integration module ``dependency_injector.flask.ext``. - Add ``Flask`` integration module ``dependency_injector.ext.flask``.
- Add ``Flask`` + ``Dependency Injector`` example ``ghnav-flask``. - Add ``Flask`` + ``Dependency Injector`` example ``ghnav-flask``.
- Add ``Factory.provides`` attribute. It is an alias to the ``Factory.cls``. - Add ``Factory.provides`` attribute. It is an alias to the ``Factory.cls``.
- New README. - New README.