diff options
| author | Matthew Iversen <teh.ivo@gmail.com> | 2015-09-19 23:18:54 +1000 |
|---|---|---|
| committer | Matthew Iversen <teh.ivo@gmail.com> | 2015-09-19 23:18:54 +1000 |
| commit | b31caa2241a5ded84a9696c288cd9bdec2e4ca0f (patch) | |
| tree | 9734ae64f6079884da2f0000d4e0a7b50e5d22a3 /docs | |
| parent | 96553f44ff6bfdfea384033cc5cb1eb1962cfafc (diff) | |
| download | virtualenv-b31caa2241a5ded84a9696c288cd9bdec2e4ca0f.tar.gz | |
Account for defined but empty shell variables
Fixes #407, Thanks to #723
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changes.rst | 2 |
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) ------------------- |
