Merge pull request #4542 from pradyunsg/news/upgrade-strategy

Add news entry for upgrade-strategy
This commit is contained in:
Donald Stufft 2017-06-13 06:59:42 -04:00 committed by GitHub
commit 6a9e76347f
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
- **DEPRECATION** ``--default-vcs`` option. (#4052)
- **WARNING** pip 9 cache can break forward compatibility with previous pip
versions if your package repository allows chunked responses. (#4078)
- Add an ``--upgrade-strategy`` option to ``pip install``, to control how
dependency upgrades are managed. (#3972)
- Add a ``pip check`` command to check installed packages dependencies. (#3750)
- Add option allowing user to abort pip operation if file/directory exists
- Add Appveyor CI