diff options
author | Donald Stufft <donald@stufft.io> | 2016-03-05 20:13:55 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-03-05 20:13:55 -0500 |
commit | 388081d7fc615cd4b4bf87ab635173c50b86637f (patch) | |
tree | ca0e35f403f8efe6894ed4de3d161b537da1eea3 /docs/changes.rst | |
parent | fd5d16bb8dcb2024debe5e88b9b60a04ff39a3b8 (diff) | |
parent | 6d0c1342319dd388683a863d4ae93c82579f7c08 (diff) | |
download | virtualenv-15.0.0.tar.gz |
Merge branch 'develop'15.0.0
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index e2a027b..e8d7bb4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,20 @@ Release History =============== +15.0.0 (2016-03-05) +------------------- + +* Remove the `virtualenv-N.N` script from the package; this can no longer be correctly created from a wheel installation. + Resolves :issue:`851`, :issue:`692` + +* Remove accidental runtime dependency on pip by extracting certificate in the + subprocess. + +* Upgrade setuptools 20.2.2. + +* Upgrade pip to 8.1.0. + + 14.0.6 (2016-02-07) ------------------- @@ -80,7 +94,7 @@ Release History * Make sure not to run a --user install when creating the virtualenv (:pull:`803`) -* Remove virtualenv file's path from directory when executing with a new +* Remove virtualenv.py's path from sys.path when executing with a new python. Fixes issue :issue:`779`, :issue:`763` (:pull:`805`) * Remove use of () in .bat files so ``Program Files (x86)`` works :issue:`35` |