diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index b912c940..95960b2e 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,7 @@ follows `Semantic versioning`_ Development version ------------------- +- Add ``singleton.full_reset()`` method to reset all underlying singleton providers. - Fix ``container.reset_singleton()`` to reset all provider types, not only ``Singleton``. - Improve ``container.traverse(types=[...])`` and ``provider.traverse(types=[...])`` typing stubs to return ``types`` -typed iterator.