From 026aa2bcfd1e52dc5ee9ea99f29a6ce3db55ab50 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 24 Oct 2021 20:40:52 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index c48285f7..0925d12b 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -15,11 +15,11 @@ Develop - Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``. - Add support of ``with`` statement for ``container.override_providers()`` method. - Add ``Configuration(yaml_files=[...])`` argument. -- Fix ``envs_required=False`` behavior in ``Configuration.from_*()`` methods - to give a priority to the explicitly provided value. - Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector will no longer be tested on Python 3.4 and any bugs will not be fixed. - Fix ``Dependency.is_defined`` attribute to always return boolean value. +- Fix ``envs_required=False`` behavior in ``Configuration.from_*()`` methods + to give a priority to the explicitly provided value. - Update documentation and fix typos. - Migrate tests to ``pytest``.