diff --git a/docs/changelog.rst b/docs/changelog.rst index 7c17891d0..9ebd342d3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,28 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.13.0 (2019-06-24) +-------------------- + +Bugfixes +^^^^^^^^ + +- tox used Windows shell rules on non-Windows platforms when transforming + positional arguments to a string - by :user:`barneygale`. + `#1336 `_ + + +Features +^^^^^^^^ + +- Replace ``pkg_resources`` with ``importlib_metadata`` for speed - by :user:`asottile`. + `#1324 `_ +- Add the ``--devenv ENVDIR`` option for creating development environments from ``[testenv]`` configurations - by :user:`asottile`. + `#1326 `_ +- Refuse to delete ``envdir`` if it doesn't look like a virtualenv - by :user:`asottile`. + `#1340 `_ + + v3.12.1 (2019-05-23) -------------------- diff --git a/docs/changelog/1324.feature.rst b/docs/changelog/1324.feature.rst deleted file mode 100644 index 38551c06f..000000000 --- a/docs/changelog/1324.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Replace ``pkg_resources`` with ``importlib_metadata`` for speed - by :user:`asottile`. diff --git a/docs/changelog/1326.feature.rst b/docs/changelog/1326.feature.rst deleted file mode 100644 index 19a5e3052..000000000 --- a/docs/changelog/1326.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add the ``--devenv ENVDIR`` option for creating development environments from ``[testenv]`` configurations - by :user:`asottile`. diff --git a/docs/changelog/1336.bugfix.rst b/docs/changelog/1336.bugfix.rst deleted file mode 100644 index 17f9dd556..000000000 --- a/docs/changelog/1336.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -tox used Windows shell rules on non-Windows platforms when transforming -positional arguments to a string - by :user:`barneygale`. diff --git a/docs/changelog/1340.feature.rst b/docs/changelog/1340.feature.rst deleted file mode 100644 index 3c37d416a..000000000 --- a/docs/changelog/1340.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Refuse to delete ``envdir`` if it doesn't look like a virtualenv - by :user:`asottile`.