From b3732281a1caedb6c5823ecf58d39e9892497091 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 30 Sep 2021 15:08:11 -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 d3a1db68..8ebc0af9 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +------- +- Improve wiring with adding importing modules and packages from a string + ``container.wire(modules=["yourapp.module1"])``. +- Update documentation and fix typos. 4.36.2 ------