Skip to content

Commit 9fa76c0

Browse files
committed
Update changelog
1 parent 87a033c commit 9fa76c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Development version
2121
``FactoryAggregate.factories`` attribute.
2222
- Add ``.set_providers()`` method to the ``FactoryAggregate`` provider. It is an alias for
2323
``FactoryAggregate.set_factories()`` method.
24+
- Add string imports for ``Factory``, ``Singleton``, ``Callable``, ``Resource``, and ``Coroutine``
25+
providers, e.g. ``Factory("module.Class")``.
26+
See issue `#531 <https://github.com/ets-labs/python-dependency-injector/issues/531>`_.
27+
Thanks to `@al-stefanitsky-mozdor <https://github.com/al-stefanitsky-mozdor>`_ for suggesting the feature.
2428
- Fix ``Dependency`` provider to don't raise "Dependency is not defined" error when the ``default``
2529
is a falsy value of proper type.
2630
See issue `#550 <https://github.com/ets-labs/python-dependency-injector/issues/550>`_. Thanks to

0 commit comments

Comments
 (0)