diff --git a/docs/changelog.rst b/docs/changelog.rst index 082b70576..f45536d6d 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 `_ + + +Features +^^^^^^^^ + +- Allow having inline comments in :conf:`deps` — by :user:`webknjaz` + `#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 f18ff223d..000000000 --- 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 63a86f033..000000000 --- a/docs/changelog/1262.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow having inline comments in :conf:`deps` — by :user:`webknjaz`