From b153d14e2152d68a85184997a8483cd793986d95 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 22 Jul 2020 12:00:55 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4a90c5a1..d64c694b 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 `_, + `issue #266 `_, + `PR #267 `_). + 3.23.0 ------ - Add ``Flask`` tutorial.