summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2012-03-19 20:46:47 -0600
committerCarl Meyer <carl@oddbird.net>2012-03-19 20:46:47 -0600
commit19e1eab533c2eb4dbb28eae083cfa3636e9c22b1 (patch)
treef226f18e21cd987d05f57e5407f336db05a3e61c /docs
parent87c719c0e8f7061d1fb1ba82c151a0eaeb1d4916 (diff)
downloadpip-19e1eab533c2eb4dbb28eae083cfa3636e9c22b1.tar.gz
Fixed #487 - don't check for best-version-already-installed with explicit-URL requirements when upgrading.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 0df1840c8..8c7c90f7e 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -13,8 +13,11 @@ Beta and final releases planned for the second half of 2012.
master (unreleased)
-------------------
-* Fixed issue #486 - fix upgrade from VCS url of otherwise nonexistent egg.
- Thanks aknapp for the report.
+* Fixed issue #487 - upgrade from VCS url of project that does exist on
+ index. Thanks Andrew Knapp for the report.
+
+* Fixed issue #486 - fix upgrade from VCS url of project with no distribution
+ on index. Thanks Andrew Knapp for the report.
* Fixed issue #427 - clearer error message on a malformed VCS url. Thanks
Thomas Fenzl.