Update changelog

This commit is contained in:
Roman Mogylatov 2021-01-23 22:36:36 -05:00
parent bbf4900b8e
commit 46625b837d

View File

@ -13,6 +13,8 @@ Development version
default YAML loader.
- Make security improvement: change default YAML loader to the custom ``yaml.SafeLoader`` with a support
of environment variables interpolation.
- Update configuration provider ``.from_*()`` methods to raise an exception in strict mode if
configuration file does not exist or configuration data is undefined.
- Fix a bug with asynchronous injections: async providers do not work with async dependencies.
See issue: `#368 <https://github.com/ets-labs/python-dependency-injector/issues/368>`_.
Thanks `@kolypto <https://github.com/kolypto>`_ for the bug report.