update v7 changelog about get-pip.py installing wheel

This commit is contained in:
Marcus Smith 2015-08-30 16:35:00 -07:00
parent 0aa65181ad
commit 8a51d0f658
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@
(:pull:`2725`). For example, use ``"SomeProject; python_version < '2.7'"``,
not simply ``SomeProject; python_version < '2.7'``
* `get-pip.py` now installs the "wheel" package, when it's not already installed
(:pull:`2800`).
* Ignores bz2 archives if Python wasn't compiled with bz2 support.
Fixes :issue:`497`