From a8301ff99e6af7920353025efbe6d61986a63121 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 12:09:59 -0400 Subject: [PATCH] Update change log --- docs/main/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 0e2ed9c9..cda36a3a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -13,6 +13,8 @@ Develop ``container.wire(modules=["yourapp.module1"])``. - Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``. - Add support of ``with`` statement for ``container.override_providers()`` method. +- Drop support of Python 3.4. There are no immediate braking changes, but Dependency Injector + will no longer be tested on Python 3.4 and any bugs will not be fixed. - Update documentation and fix typos. 4.36.2