diff options
author | Matthew Iversen <teh.ivo@gmail.com> | 2015-09-21 01:30:38 +1000 |
---|---|---|
committer | Matthew Iversen <teh.ivo@gmail.com> | 2015-09-21 01:30:38 +1000 |
commit | 9cb4468835dd2410119ceb2fb08138e922074310 (patch) | |
tree | a3174b003d1ef2241c1837e76cb1e7e63931a361 | |
parent | 34e23b46b073716e5c6b1e3478de24c107eea946 (diff) | |
parent | 4370ae201e31348dca664f3cab198b686f294b41 (diff) | |
download | virtualenv-9cb4468835dd2410119ceb2fb08138e922074310.tar.gz |
Merge branch 'develop' of github.com:pypa/virtualenv into develop
-rw-r--r-- | docs/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 0a0a673..b088b83 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -16,7 +16,7 @@ Release History * Properly restore an empty PS1 -* Properly unalias ``pydoc`` when deactivating (PR #724) +* Properly remove ``pydoc`` when deactivating 13.1.2 (2015-08-23) ------------------- |