Update changelog

This commit is contained in:
Roman Mogylatov 2021-01-16 08:50:50 -05:00
parent e758fa9d95
commit af212ea38e

View File

@ -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 <https://github.com/ets-labs/python-dependency-injector/issues/341>`_.
Thanks `ms-lolo <https://github.com/ms-lolo>`_ for the feature request.
4.9.1
-----
- Fix a bug in the ``Configuration`` provider to correctly handle undefined values.