summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2023-02-28 10:50:38 -0800
committerGitHub <noreply@github.com>2023-02-28 10:50:38 -0800
commitebbccecdb65725025dfc8f4af504d7de3a770e95 (patch)
treef6897c289adbf9d5b4b95c320f26ff39241be746
parent4a8417116750e508cb9061dcf2a745fdbcb27b67 (diff)
parent2e22984737769626727998a777f89dcff6dbb6ed (diff)
downloadvirtualenv-ebbccecdb65725025dfc8f4af504d7de3a770e95.tar.gz
Merge pull request #2510 from pypa/release-20.20.0
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/changelog/2504.bugfix.rst1
-rw-r--r--docs/changelog/2506.feature.rst1
-rw-r--r--docs/changelog/2510.bugfix.rst1
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2f7af19..90710bb 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,19 @@ Release History
.. towncrier release notes start
+v20.20.0 (2023-02-28)
+---------------------
+
+Features - 20.20.0
+~~~~~~~~~~~~~~~~~~
+- Change environment variable existence check in Nushell activation script to not use deprecated command. (:issue:`2506`)
+
+Bugfixes - 20.20.0
+~~~~~~~~~~~~~~~~~~
+- Discover CPython implementations distributed on Windows by any organization - by :user:`faph`. (:issue:`2504`)
+- Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`. (:issue:`2510`)
+
+
v20.19.0 (2023-02-07)
---------------------
diff --git a/docs/changelog/2504.bugfix.rst b/docs/changelog/2504.bugfix.rst
deleted file mode 100644
index 31fdc82..0000000
--- a/docs/changelog/2504.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Discover CPython implementations distributed on Windows by any organization - by :user:`faph`.
diff --git a/docs/changelog/2506.feature.rst b/docs/changelog/2506.feature.rst
deleted file mode 100644
index 3e69002..0000000
--- a/docs/changelog/2506.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Change environment variable existence check in Nushell activation script to not use deprecated command.
diff --git a/docs/changelog/2510.bugfix.rst b/docs/changelog/2510.bugfix.rst
deleted file mode 100644
index ab6b76f..0000000
--- a/docs/changelog/2510.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`.