You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ Release History
5
5
6
6
.. towncrier release notes start
7
7
8
+
v20.9.0 (2021-10-23)
9
+
--------------------
10
+
11
+
Features - 20.9.0
12
+
~~~~~~~~~~~~~~~~~
13
+
- Special-case ``--prompt .`` to the name of the current directory - by :user:`rkm`. (`#2220 <https://github.com/pypa/virtualenv/issues/2220>`_)
14
+
- Add libffi-8.dll to pypy windows `#2218 <https://github.com/pypa/virtualenv/issues/2218>`_ - by :user:`mattip`
15
+
16
+
Bugfixes - 20.9.0
17
+
~~~~~~~~~~~~~~~~~
18
+
- Fixed path collision that could lead to a PermissionError or writing to system
19
+
directories when using PyPy3.8 - by :user:`mgorny`. (`#2182 <https://github.com/pypa/virtualenv/issues/2182>`_)
20
+
- Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4`` - by
0 commit comments