summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicholas Hutchinson <nshutchinson@gmail.com>2022-04-11 08:54:23 +0100
committerGitHub <noreply@github.com>2022-04-11 08:54:23 +0100
commit63e80ff9cb3adb16420d2010c8d43eca9082d1d3 (patch)
treebf7474e7a999d0dd4fce18f8beba966317646092 /docs
parent8c950c22c1bf350b817eea4919f65d499b8c3c26 (diff)
downloadvirtualenv-63e80ff9cb3adb16420d2010c8d43eca9082d1d3.tar.gz
Support Python 2.7 framework-style distributions on macOS 12 (#2325)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2284.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2284.feature.rst b/docs/changelog/2284.feature.rst
new file mode 100644
index 0000000..9f93dba
--- /dev/null
+++ b/docs/changelog/2284.feature.rst
@@ -0,0 +1 @@
+Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`.