summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2268.feature.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 3734398..237efff 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.13.0 (2022-01-02)
+---------------------
+
+Features - 20.13.0
+~~~~~~~~~~~~~~~~~~
+- Add downloaded wheel information in the relevant JSON embed file to
+ prevent additional downloads of the same wheel. - by :user:`mayeut`. (`#2268 <https://github.com/pypa/virtualenv/issues/2268>`_)
+
+
v20.12.1 (2022-01-01)
---------------------
diff --git a/docs/changelog/2268.feature.rst b/docs/changelog/2268.feature.rst
deleted file mode 100644
index 73c9580..0000000
--- a/docs/changelog/2268.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add downloaded wheel information in the relevant JSON embed file to
-prevent additional downloads of the same wheel. - by :user:`mayeut`.