summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-09-07 20:30:40 -0700
committerGitHub <noreply@github.com>2022-09-07 20:30:40 -0700
commit56003ce62101c3d2cfe1a8eb82ef7defbe0d138f (patch)
tree9dd056f9bf2666505144466394ad6c7f4aa5d450
parentdbedec5ea24abb5b50af88d9946fd6137ef81517 (diff)
parent0a7d1edf0fe115d869f3f8cc07c97057e4353091 (diff)
downloadvirtualenv-56003ce62101c3d2cfe1a8eb82ef7defbe0d138f.tar.gz
Merge pull request #2413 from pypa/release-20.16.5
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2411.bugfix.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1de051f..e7ea988 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.16.5 (2022-09-07)
+---------------------
+
+Bugfixes - 20.16.5
+~~~~~~~~~~~~~~~~~~
+- Do not turn echo off for subsequent commands in batch activators
+ (``activate.bat`` and ``deactivate.bat``) - by :user:`pawelszramowski`. (`#2411 <https://github.com/pypa/virtualenv/issues/2411>`_)
+
+
v20.16.4 (2022-08-29)
---------------------
diff --git a/docs/changelog/2411.bugfix.rst b/docs/changelog/2411.bugfix.rst
deleted file mode 100644
index e9df7e5..0000000
--- a/docs/changelog/2411.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Do not turn echo off for subsequent commands in batch activators
-(``activate.bat`` and ``deactivate.bat``) - by :user:`pawelszramowski`.