Update changelog

This commit is contained in:
Roman Mogylatov 2022-07-26 18:28:25 -04:00
parent 08a8a7fcfb
commit 793a76e594
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ follows `Semantic versioning`_
Development
-----------
- Add ``Configuration.from_json()`` method to load configuration from a json file.
- Fix bug with wiring not working properly with functions double wrapped by ``@functools.wraps`` decorator.
See issue: `#454 <https://github.com/ets-labs/python-dependency-injector/issues/454>`_.
Many thanks to: `@platipo <https://github.com/platipo>`_, `@MatthieuMoreau0 <https://github.com/MatthieuMoreau0>`_,
`@fabiocerqueira <https://github.com/fabiocerqueira>`_, `@Jitesh-Khuttan <https://github.com/Jitesh-Khuttan>`_.
- Refactor wiring module to store all patched callable data in the ``PatchedRegistry``.
- Improve wording on the "Dependency injection and inversion of control in Python" docs page.
- Update typing in the main example and cohesion/coupling correlation definition in
"Dependency injection and inversion of control in Python".