From 69df206fab6b225b5121cb6c8b4447c1607d5baa Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 28 Jan 2021 19:45:21 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 699b4567..a3ec3c6a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,12 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Add wiring import hook that auto-wires dynamically imported modules. + See issue: `#365 `_. + Thanks to `@Balthus1989 `_ for providing a use case. + 4.11.3 ------ - Replace weakrefs with normal refs in ``ConfigurationOption`` to support