summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun S. Gedam <pradyunsg@gmail.com>2017-06-13 13:14:53 +0530
committerPradyun S. Gedam <pradyunsg@gmail.com>2017-06-13 13:14:53 +0530
commitee9de0f354c51f70025384e8d1c38b216b52aeea (patch)
tree801e4c3366881863d28cf2a95909fffcd421e062 /NEWS.rst
parent7b88f2bbe41e96021c9ad4ed2c72a8774298a3a2 (diff)
downloadpip-ee9de0f354c51f70025384e8d1c38b216b52aeea.tar.gz
Add news entry for upgrade-strategy
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a54a4145a..a1fc4b202 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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