Skip to content

Commit 7e21c1f

Browse files
committed
Update changelog
1 parent 86f551e commit 7e21c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/main/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Develop
1515
- Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``.
1616
- Add support of ``with`` statement for ``container.override_providers()`` method.
1717
- Add ``Configuration(yaml_files=[...])`` argument.
18+
- Fix ``envs_required=False`` behavior in ``Configuration.from_*()`` methods
19+
to give a priority to the explicitly provided value.
1820
- Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector
1921
will no longer be tested on Python 3.4 and any bugs will not be fixed.
2022
- Fix ``Dependency.is_defined`` attribute to always return boolean value.

0 commit comments

Comments
 (0)