From f84d3e6f4ed4d4f0c2a5ff174d9c5150cca27f21 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 7 Sep 2020 12:05:12 -0400 Subject: [PATCH] Refactor main module of the decoupled packages example --- docs/main/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index bb2d8faf..bdee1c99 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,6 +11,7 @@ Develop ------- - Refactor "password hashing" example. - Fix declarative container mypy stub to ``__init__`` to accept not only providers. +- Refactor main module of the "decoupled packages" example. 3.40.0 ------