mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 09:00:57 +03:00
Update changelog
This commit is contained in:
parent
08a8a7fcfb
commit
793a76e594
|
@ -11,6 +11,11 @@ follows `Semantic versioning`_
|
||||||
Development
|
Development
|
||||||
-----------
|
-----------
|
||||||
- Add ``Configuration.from_json()`` method to load configuration from a json file.
|
- 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.
|
- 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
|
- Update typing in the main example and cohesion/coupling correlation definition in
|
||||||
"Dependency injection and inversion of control in Python".
|
"Dependency injection and inversion of control in Python".
|
||||||
|
|
Loading…
Reference in New Issue
Block a user