From 474957786166c439aa01dafd347bed4d270ae50c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 26 Oct 2021 20:39:39 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index ab763ac9..e80d5af8 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -16,6 +16,7 @@ Develop - Add support of ``with`` statement for ``container.override_providers()`` method. - Add ``Configuration(yaml_files=[...])`` argument. - Add ``Configuration(ini_files=[...])`` argument. +- Add ``Configuration(pydantic_settings=[...])`` argument. - 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.