diff options
-rw-r--r-- | docs/changelog.rst | 17 | ||||
-rw-r--r-- | docs/changelog/1257.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1262.feature.rst | 1 |
3 files changed, 17 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 082b7057..f45536d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,23 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.9.0 (2019-04-17) +------------------- + +Bugfixes +^^^^^^^^ + +- Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile` + `#1257 <https://github.com/tox-dev/tox/issues/1257>`_ + + +Features +^^^^^^^^ + +- Allow having inline comments in :conf:`deps` — by :user:`webknjaz` + `#1262 <https://github.com/tox-dev/tox/issues/1262>`_ + + v3.8.6 (2019-04-03) ------------------- diff --git a/docs/changelog/1257.bugfix.rst b/docs/changelog/1257.bugfix.rst deleted file mode 100644 index f18ff223..00000000 --- a/docs/changelog/1257.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile` diff --git a/docs/changelog/1262.feature.rst b/docs/changelog/1262.feature.rst deleted file mode 100644 index 63a86f03..00000000 --- a/docs/changelog/1262.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow having inline comments in :conf:`deps` — by :user:`webknjaz` |