summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>2021-10-31 16:04:03 +0530
committerGitHub <noreply@github.com>2021-10-31 10:34:03 +0000
commit15c09d6e0c1eb11c18918ef67590e5291fd361f0 (patch)
tree3980a8a40f277174a66e54912d044ec511c3a653 /docs
parent8da79db86d8a5c74d03667a40e64ff832076445e (diff)
downloadvirtualenv-15c09d6e0c1eb11c18918ef67590e5291fd361f0.tar.gz
?? prompt should be wrapped in paranthesis ?? (#2224)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2224.feature.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog/2224.feature.rst b/docs/changelog/2224.feature.rst
new file mode 100644
index 0000000..18f5701
--- /dev/null
+++ b/docs/changelog/2224.feature.rst
@@ -0,0 +1,3 @@
+The activated virtualenv prompt is now always wrapped in parentheses. This
+affects venvs created with the ``--prompt`` attribute, and matches virtualenv's
+behaviour on par with venv.