From 9fa76c0992d7d5afa75922ee2b52ce2d32ce955b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 30 Jan 2022 21:28:48 -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 8e1f7509..1fc297cc 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -21,6 +21,10 @@ Development version ``FactoryAggregate.factories`` attribute. - Add ``.set_providers()`` method to the ``FactoryAggregate`` provider. It is an alias for ``FactoryAggregate.set_factories()`` method. +- Add string imports for ``Factory``, ``Singleton``, ``Callable``, ``Resource``, and ``Coroutine`` + providers, e.g. ``Factory("module.Class")``. + See issue `#531 `_. + Thanks to `@al-stefanitsky-mozdor `_ for suggesting the feature. - Fix ``Dependency`` provider to don't raise "Dependency is not defined" error when the ``default`` is a falsy value of proper type. See issue `#550 `_. Thanks to