From af212ea38e5a29957e2c0ac0b1bb9edffefcd0ea Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 16 Jan 2021 08:50:50 -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 85847ea8..a558a5b3 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 ``strict`` mode and ``required`` modifier for ``Configuration`` provider. + See issue `#341 `_. + Thanks `ms-lolo `_ for the feature request. + 4.9.1 ----- - Fix a bug in the ``Configuration`` provider to correctly handle undefined values.