summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-06-01 19:57:26 -0400
committerDonald Stufft <donald@stufft.io>2015-06-01 19:57:26 -0400
commit165cf7a228a950289be4110bc7ce7633462f7ea4 (patch)
tree4f51bc768321b16dab91b574ad92975ea411785c /CHANGES.txt
parentd97ff459eeed0f2ef038d1b382a09d68c312bc81 (diff)
parent94fbb4e1883db988407b34b5ba9a090a9f8e4a76 (diff)
downloadpip-165cf7a228a950289be4110bc7ce7633462f7ea4.tar.gz
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c0029caf1..f1e6e7d91 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
**7.1.0 (unreleased)**
-**7.0.2 (unreleased)**
+
+**7.0.2 (2015-06-01)**
* **BACKWARD INCOMPATIBLE** Revert the change (released in v7.0.0) that
required quoting in requirements files around specifiers containing
@@ -12,6 +13,9 @@
* Expand ``~`` in the cache directory when caching wheels, fixes :issue:`2816`.
+* Use ``python -m pip`` instead of ``pip`` when recommending an upgrade command
+ to Windows users.
+
**7.0.1 (2015-05-22)**