diff --git a/docs/changelog.rst b/docs/changelog.rst index 36f396902..250fcf14b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,34 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.19.0 (2020-08-06) +-------------------- + +Bugfixes +^^^^^^^^ + +- skip ``setup.cfg`` if it has no ``tox:tox`` namespace - by :user:`hroncok` + `#1045 `_ + + +Features +^^^^^^^^ + +- Implement support for building projects + having :pep:`517#in-tree-build-backends` ``backend-path`` setting - + by :user:`webknjaz` + `#1575 `_ +- Don't require a tox config file for ``tox --devenv`` - by :user:`hroncok` + `#1643 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Fixed grammar in top-level documentation - by :user:`tfurf` + `#1631 `_ + + v3.18.1 (2020-07-28) -------------------- diff --git a/docs/changelog/1045.bugfix.rst b/docs/changelog/1045.bugfix.rst deleted file mode 100644 index 0951bdc6b..000000000 --- a/docs/changelog/1045.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -skip ``setup.cfg`` if it has no ``tox:tox`` namespace - by :user:`hroncok` diff --git a/docs/changelog/1575.feature.rst b/docs/changelog/1575.feature.rst deleted file mode 100644 index 7a36ab205..000000000 --- a/docs/changelog/1575.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Implement support for building projects -having :pep:`517#in-tree-build-backends` ``backend-path`` setting - -by :user:`webknjaz` diff --git a/docs/changelog/1631.doc.rst b/docs/changelog/1631.doc.rst deleted file mode 100644 index 258560567..000000000 --- a/docs/changelog/1631.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed grammar in top-level documentation - by :user:`tfurf` diff --git a/docs/changelog/1643.feature.rst b/docs/changelog/1643.feature.rst deleted file mode 100644 index b53ea4f74..000000000 --- a/docs/changelog/1643.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Don't require a tox config file for ``tox --devenv`` - by :user:`hroncok`