From 369a1f21065341c887509dff479eef3e0b7a9bad Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 20 Jul 2021 18:40:10 -0400 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 be465c4d..606ad656 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`_ +Dev version +----------- +- Update ``container.shutdown_resources()`` to respect dependencies order while shutdown. + See issue `#432 `_. + Thanks to `Saulius Beinorius `_ for bringing up the issue. + 4.34.0 ------ - Add option ``envs_required`` for configuration provider ``.from_yaml()`` and ``.from_ini()``