Fix warnings at changelog

This commit is contained in:
Roman Mogylatov 2020-06-16 21:40:01 -04:00
parent 877275e7fc
commit a0d4af15e9

View File

@ -65,18 +65,18 @@ follows `Semantic versioning`_
------- -------
- Fix ``3.14.11`` degradation issue causing inability of using ``Delegate`` provider in - Fix ``3.14.11`` degradation issue causing inability of using ``Delegate`` provider in
``DeclarativeContainer`` when this container is instantiated with overriding of delegating ``DeclarativeContainer`` when this container is instantiated with overriding of delegating
provider (thanks to `GitterRemote <https://github .com/GitterRemote>`_, issue details are provider (thanks to `GitterRemote <https://github .com/GitterRemote>`_, issue details are here
`here <https://github.com/ets-labs/python-dependency-injector/issues/235>`_). `#235 <https://github.com/ets-labs/python-dependency-injector/issues/235>`_).
3.14.11 3.14.11
------- -------
- Fix issue causing creation of a copy of provided object by ``Object`` provider when it was a - 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 part of ``DeclarativeContainer`` and this container was instantiated (thanks to
`davidcim <https://github.com/davidcim>`_, issue details are `davidcim <https://github.com/davidcim>`_, issue details are here
`here <https://github.com/ets-labs/python-dependency-injector/issues/231>`_). `#231 <https://github.com/ets-labs/python-dependency-injector/issues/231>`_).
3.14.10 3.14.10
------ -------
- Make spelling fix for the list of contributors. - Make spelling fix for the list of contributors.
3.14.9 3.14.9
@ -480,6 +480,7 @@ follows `Semantic versioning`_
2. Add makefile (``clean``, ``test``, ``build``, ``install``, ``uninstall`` 2. Add makefile (``clean``, ``test``, ``build``, ``install``, ``uninstall``
& ``publish`` commands). & ``publish`` commands).
3. Update repository structure: 3. Update repository structure:
1. Sources are moved under ``src/`` folder. 1. Sources are moved under ``src/`` folder.
2. Tests are moved under ``tests/unit/`` folder. 2. Tests are moved under ``tests/unit/`` folder.