diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 2fda83ec..af1ad6b5 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 `_. Thanks `@kolypto `_ for the bug report.