diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c23109e3..777db7969 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,19 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.14.6 (2020-03-25) +-------------------- + +Bugfixes +^^^^^^^^ + +- Exclude virtualenv depencency versions with known + regressions (20.0.[0-7]) - by :user:`webknjaz`. + `#1537 `_ +- Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`. + `#1539 `_ + + v3.14.5 (2020-02-16) -------------------- diff --git a/docs/changelog/1537.bugfix.rst b/docs/changelog/1537.bugfix.rst deleted file mode 100644 index 2c4735456..000000000 --- a/docs/changelog/1537.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Exclude virtualenv depencency versions with known -regressions (20.0.[0-7]) - by :user:`webknjaz`. diff --git a/docs/changelog/1539.bugfix.rst b/docs/changelog/1539.bugfix.rst deleted file mode 100644 index 51875f130..000000000 --- a/docs/changelog/1539.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`.