summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2015-09-19 23:18:54 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2015-09-19 23:18:54 +1000
commitb31caa2241a5ded84a9696c288cd9bdec2e4ca0f (patch)
tree9734ae64f6079884da2f0000d4e0a7b50e5d22a3 /docs
parent96553f44ff6bfdfea384033cc5cb1eb1962cfafc (diff)
downloadvirtualenv-b31caa2241a5ded84a9696c288cd9bdec2e4ca0f.tar.gz
Account for defined but empty shell variables
Fixes #407, Thanks to #723
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 6134a4a..b25bbb4 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -14,6 +14,8 @@ Release History
* Account for a ``site.pyo`` correctly in some python implementations
+* Properly restore an empty PS1
+
13.1.2 (2015-08-23)
-------------------