From ed8053fce149ff49b7a14166795f6b0e0526293f Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 26 Jan 2020 14:28:15 -0500 Subject: [PATCH] Refactor changelog --- docs/main/changelog.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index e22d9f28..123b5a5a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,30 +9,30 @@ follows `Semantic versioning`_ Development version ------------------- -+ Regenerate C sources using Cython 0.29.14. -+ Fix PEP257 doc block errors in example modules. +- Regenerate C sources using Cython 0.29.14. +- Fix PEP257 doc block errors in example modules. 3.14.12 ------- -+ 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 provider (thanks to `GitterRemote `_, issue details are `here `_). 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 `davidcim `_, issue details are `here `_). 3.14.10 ------ -+ Make spelling fix for the list of contributors. +- Make spelling fix for the list of contributors. 3.14.9 ------ -+ Improve README - minor English nitpicking (thanks to `supakeen `_). +- Improve README - minor English nitpicking (thanks to `supakeen `_). 3.14.8 ------