From 858cf1310b3028bfcc4b265a0e1460f58cd42ec7 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 8 Oct 2019 14:44:02 -0400 Subject: [PATCH] Add a note about fix in changelog --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 637e1d22..809e709c 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 issue causing creation of a copy of provided object by ``Object`` provider when it was a + part of ``DeclarativeContainer`` and this container was instantiated (thanks to + `davidcim `_, issue details are + `here `_). + 3.14.10 ------ + Make spelling fix for the list of contributors.