Fix an ambiguity in news file (#4593)

This commit is contained in:
Pradyun S. Gedam 2017-07-04 01:06:09 +05:30 committed by Donald Stufft
parent d2574efdcf
commit ed60cdf10c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
wheel is supported. (#3254)
- Make glibc parsing for `manylinux1` support more robust for the variety of
glibc versions found in the wild. (#3588)
- Update environment marker support to fully support PEP 508 and legacy
- Update environment marker support to fully support legacy and PEP 508 style
environment markers. (#3624)
- Always use debug logging to the ``--log`` file. (#3351)
- Don't attempt to wrap search results for extremely narrow terminal windows.