diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2023-02-28 10:20:01 -0800 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2023-02-28 10:20:01 -0800 |
commit | 2e22984737769626727998a777f89dcff6dbb6ed (patch) | |
tree | f6897c289adbf9d5b4b95c320f26ff39241be746 | |
parent | 4a8417116750e508cb9061dcf2a745fdbcb27b67 (diff) | |
download | virtualenv-2e22984737769626727998a777f89dcff6dbb6ed.tar.gz |
release 20.20.020.20.0
-rw-r--r-- | docs/changelog.rst | 13 | ||||
-rw-r--r-- | docs/changelog/2504.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2506.feature.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2510.bugfix.rst | 1 |
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`. |