Update changelog

This commit is contained in:
Roman Mogylatov 2021-01-15 07:13:17 -05:00
parent b761167f9d
commit 04c6b35549

View File

@ -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
-------------------
- Add ``.dependencies`` attribute to the ``DeclarativeContainer`` and ``DynamicContainer``.
It returns dictionary of container ``Dependency`` and ``DependenciesContainer`` providers.
See issue `#357 <https://github.com/ets-labs/python-dependency-injector/issues/357>`_.
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for suggesting the feature.
4.8.3
-----
- Fix a bug in the ``Configuration`` provider to correctly handle overriding by ``None``.