From 4a3d4850faef9af85ced73d2ef07632ee515cab6 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 22 Oct 2011 23:59:35 -0600 Subject: [PATCH] Added news entry for upgrade fix. --- docs/news.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/news.txt b/docs/news.txt index 11cfb0c0499..02d084c6faf 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -13,6 +13,9 @@ Beta release November 2011, final release December. develop (unreleased) -------------------- +* Fixed issue #49 - pip install -U no longer reinstalls the same versions of + packages. Thanks iguananaut for the pull request. + * Removed ``-E`` option and ``PIP_RESPECT_VIRTUALENV``; both use a restart-in-venv mechanism that's broken, and neither one is useful since every virtualenv now has pip inside it.