From 793a76e59457d27d6f3184acb02a651d681eb958 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 26 Jul 2022 18:28:25 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 8ed6a343..6ebcb24f 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 `_. + Many thanks to: `@platipo `_, `@MatthieuMoreau0 `_, + `@fabiocerqueira `_, `@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".