Update changelog

This commit is contained in:
Roman Mogylatov 2021-08-11 21:13:36 -04:00
parent 9d1e98f278
commit 17d266c7c4
1 changed files with 6 additions and 0 deletions

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`_
Dev version
------
- Fix ``@containers.copy()`` decorator to respect dependencies on parent providers.
See issue `#477 <https://github.com/ets-labs/python-dependency-injector/issues/477>`_.
Thanks to `Andrey Torsunov @gtors <https://github.com/gtors>`_ for reporting the issue.
4.35.2
------
- Update wiring to support modules provided as packages.