From ee9de0f354c51f70025384e8d1c38b216b52aeea Mon Sep 17 00:00:00 2001 From: "Pradyun S. Gedam" Date: Tue, 13 Jun 2017 13:14:53 +0530 Subject: [PATCH] Add news entry for upgrade-strategy --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) 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