Update changelog

This commit is contained in:
Roman Mogylatov 2020-07-22 12:00:55 -04:00
parent f979fb9d09
commit b153d14e21

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
- Fix an issue with creating ``Dependency`` provider with ``abc.ABCMeta``
(thanks to `awaizman1 <https://github.com/awaizman1>`_,
`issue #266 <https://github.com/ets-labs/python-dependency-injector/issues/266>`_,
`PR #267 <https://github.com/ets-labs/python-dependency-injector/pull/267>`_).
3.23.0
------
- Add ``Flask`` tutorial.