summaryrefslogtreecommitdiff
path: root/docs/changelog/1716.feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/1716.feature.rst')
-rw-r--r--docs/changelog/1716.feature.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/changelog/1716.feature.rst b/docs/changelog/1716.feature.rst
deleted file mode 100644
index 674b65d..0000000
--- a/docs/changelog/1716.feature.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Improve error message when the host python does not satisfy invariants needed to create virtual environments (now we
-print which host files are incompatible/missing and for which creators when no supported creator can be matched, however
-we found creators that can describe the given Python interpreter - will still print no supported creator for Jython,
-but print exactly what host files do not allow creation of virtual environments in case of CPython/PyPy)
-- by :user:`gaborbernat`.