From e4c83190e4d66546b297f0cf0c3e93525b4a3807 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 21 Jan 2021 17:55:47 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 49ac3698..2fda83ec 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,10 @@ follows `Semantic versioning`_ Development version ------------------- +- Add ``loader`` argument to the configuration provider ``Configuration.from_yaml(..., loader=...)`` to override the + default YAML loader. +- Make security improvement: change default YAML loader to the custom ``yaml.SafeLoader`` with a support + of environment variables interpolation. - Fix a bug with asynchronous injections: async providers do not work with async dependencies. See issue: `#368 `_. Thanks `@kolypto `_ for the bug report.