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.