From f3416552cf97c335b6ff59327dfe3aa39bba6840 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 20 Dec 2021 18:52:55 +0200 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4a253005..315f6bfb 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,8 @@ follows `Semantic versioning`_ Development version ------------------- +- Add argument ``as_`` to the ``config.from_env()`` method for the explicit type conversion + after reading an environment variable value, e.g.: ``config.timeout.from_env("TIMEOUT", as_=int)``. - Add ``.providers`` attribute to the ``FactoryAggregate`` provider. It is an alias for ``FactoryAggregate.factories`` attribute. - Add ``.set_providers()`` method to the ``FactoryAggregate`` provider. It is an alias for