1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
This commit is contained in:
Sean 2018-10-10 10:35:03 +08:00 committed by GitHub
parent 4f18dc8984
commit 8e3d30307b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ Process
- Formally document our deprecation process as a minimum of 6 months of deprecation - Formally document our deprecation process as a minimum of 6 months of deprecation
warnings. warnings.
- Adopt and document NEWS fragment writing style. - Adopt and document NEWS fragment writing style.
- Switch to releasing a new, non bug fix version of pip every 3 months. - Switch to releasing a new, non-bug fix version of pip every 3 months.
Deprecations and Removals Deprecations and Removals
------------------------- -------------------------
@ -165,7 +165,7 @@ Bug Fixes
--------- ---------
- Prevent false-positive installation warnings due to incomplete name - Prevent false-positive installation warnings due to incomplete name
normalizaton. (#5134) normalization. (#5134)
- Fix issue where installing from Git with a short SHA would fail. (#5140) - Fix issue where installing from Git with a short SHA would fail. (#5140)
- Accept pre-release versions when checking for conflicts with pip check or pip - Accept pre-release versions when checking for conflicts with pip check or pip
install. (#5141) install. (#5141)