Update news for release 10.0.1

This commit is contained in:
Paul Moore 2018-04-19 18:06:29 +01:00
parent 7f2c89f449
commit 639c4b2ae1
8 changed files with 26 additions and 7 deletions

View File

@ -8,6 +8,32 @@
.. towncrier release notes start
10.0.1 (2018-04-19)
==================
Features
--------
- Switch the default repository to the new "PyPI 2.0" running at
https://pypi.org/. (#5214)
Bug Fixes
---------
- Fix a bug that made get-pip.py unusable on Windows without renaming. (#5219)
- Fix a TypeError when loading the cache on older versions of Python 2.7.
(#5231)
- Fix and improve error message when EnvironmentError occurs during
installation. (#5237)
- A crash when reinstalling from VCS requirements has been fixed. (#5251)
- Fix PEP 518 support when pip is installed in the user site. (#5524)
Vendored Libraries
------------------
- Upgrade distlib to 0.2.7
10.0.0 (2018-04-14)
===================

View File

@ -1 +0,0 @@
Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/.

View File

@ -1 +0,0 @@
Fix a bug that made get-pip.py unusable on Windows without renaming.

View File

@ -1 +0,0 @@
Fix a TypeError when loading the cache on older versions of Python 2.7.

View File

@ -1 +0,0 @@
Fix and improve error message when EnvironmentError occurs during installation.

View File

@ -1 +0,0 @@
A crash when reinstalling from VCS requirements has been fixed.

View File

@ -1 +0,0 @@
Fix PEP 518 support when pip is installed in the user site.

View File

@ -1 +0,0 @@
Upgrade distlib to 0.2.7