From a0d4af15e9b1f5c2ceead302d51b35a6ba469b65 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 16 Jun 2020 21:40:01 -0400 Subject: [PATCH] Fix warnings at changelog --- docs/main/changelog.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index cc404a8e..381e95bb 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -65,18 +65,18 @@ follows `Semantic versioning`_ ------- - Fix ``3.14.11`` degradation issue causing inability of using ``Delegate`` provider in ``DeclarativeContainer`` when this container is instantiated with overriding of delegating - provider (thanks to `GitterRemote `_, issue details are - `here `_). + provider (thanks to `GitterRemote `_, issue details are here + `#235 `_). 3.14.11 ------- - Fix issue causing creation of a copy of provided object by ``Object`` provider when it was a part of ``DeclarativeContainer`` and this container was instantiated (thanks to - `davidcim `_, issue details are - `here `_). + `davidcim `_, issue details are here + `#231 `_). 3.14.10 ------- +------- - Make spelling fix for the list of contributors. 3.14.9 @@ -480,6 +480,7 @@ follows `Semantic versioning`_ 2. Add makefile (``clean``, ``test``, ``build``, ``install``, ``uninstall`` & ``publish`` commands). 3. Update repository structure: + 1. Sources are moved under ``src/`` folder. 2. Tests are moved under ``tests/unit/`` folder.