summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-02-16 12:30:49 -0800
committerMarcus Smith <qwcode@gmail.com>2014-02-16 12:30:49 -0800
commitc6356c855f2e33605e21ff0358cf7e841aa0e317 (patch)
treeb9c8bbbb30e978a117c9d83d353d744b075e0f5b /CHANGES.txt
parent1b71046762f0603800ee43e7ac1aa1e4b2c57072 (diff)
downloadpip-c6356c855f2e33605e21ff0358cf7e841aa0e317.tar.gz
deprecate --build and --no-clean
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bc34a84fe..3c8789d20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
1.5.3 (unreleased)
------------------
+* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
+ deprecated. See Issue #906 for discussion.
+
* Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel
downloads did occur using requirement specifiers, dependencies weren't
downloaded (PR #1527)