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.