diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2015-09-21 16:28:59 +1000 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2015-09-21 16:28:59 +1000 |
commit | 60d69b563ccde5c4f0c340d01bf20802a10a5a2f (patch) | |
tree | 9765181536514679cbbc68f3e850d12ccc4b5ede | |
parent | 4c3c613e571cf755661a38f6dfa4037bc127598e (diff) | |
download | virtualenv-60d69b563ccde5c4f0c340d01bf20802a10a5a2f.tar.gz |
Reference changes to issues in changelog
-rw-r--r-- | docs/changes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 8db8008..da23988 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,7 +4,7 @@ Release History 14.0.0 (unreleased) ------------------- -* Added support for ``python-config`` script +* Added support for ``python-config`` script (PR #798) * Upgrade setuptools to 18.3.2 @@ -12,9 +12,9 @@ Release History * Updated activate.fish (PR #589) (PR #799) -* Account for a ``site.pyo`` correctly in some python implementations +* Account for a ``site.pyo`` correctly in some python implementations (PR #759) -* Properly restore an empty PS1 +* Properly restore an empty PS1 (issue #407) * Properly remove ``pydoc`` when deactivating |