From 09234c44914bd1207408c24bcf3d3a7701112e8d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 7 Feb 2021 14:10:33 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 54223c21..2eef53ef 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,12 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Add container "self" injections. + See issue: `#364 `_. + Thanks to `@shaunc `_ for suggesting the feature. + 4.19.0 ------ - Add ``singleton.full_reset()`` method to reset all underlying singleton providers.