summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.