summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/2237.feature.rst1
-rw-r--r--docs/changelog/2240.feature.rst1
-rw-r--r--docs/changelog/2246.feature.rst1
-rw-r--r--docs/changelog/2248.feature.rst1
5 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 893b52c..ed3ed22 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,17 @@ Release History
.. towncrier release notes start
+v20.11.0 (2021-12-28)
+---------------------
+
+Features - 20.11.0
+~~~~~~~~~~~~~~~~~~
+- Avoid deprecation warning from py-filelock argument - by :user:`ofek`. (`#2237 <https://github.com/pypa/virtualenv/issues/2237>`_)
+- Upgrade embedded setuptools to ``59.4.0`` from ``58.3.0`` - by :user:`gaborbernat`. (`#2240 <https://github.com/pypa/virtualenv/issues/2240>`_)
+- Drop the runtime dependency of ``backports.entry-points-selectable`` - by :user:`hroncok`. (`#2246 <https://github.com/pypa/virtualenv/issues/2246>`_)
+- Fish: PATH variables should not be quoted when being set - by :user:`hroncok`. (`#2248 <https://github.com/pypa/virtualenv/issues/2248>`_)
+
+
v20.10.0 (2021-11-01)
---------------------
diff --git a/docs/changelog/2237.feature.rst b/docs/changelog/2237.feature.rst
deleted file mode 100644
index 6defa64..0000000
--- a/docs/changelog/2237.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid deprecation warning from py-filelock argument - by :user:`ofek`.
diff --git a/docs/changelog/2240.feature.rst b/docs/changelog/2240.feature.rst
deleted file mode 100644
index f283d88..0000000
--- a/docs/changelog/2240.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``59.4.0`` from ``58.3.0`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/2246.feature.rst b/docs/changelog/2246.feature.rst
deleted file mode 100644
index 4be877d..0000000
--- a/docs/changelog/2246.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Drop the runtime dependency of ``backports.entry-points-selectable`` - by :user:`hroncok`.
diff --git a/docs/changelog/2248.feature.rst b/docs/changelog/2248.feature.rst
deleted file mode 100644
index 74b30cd..0000000
--- a/docs/changelog/2248.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fish: PATH variables should not be quoted when being set - by :user:`hroncok`.