summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2012-02-23 08:48:18 -0700
committerCarl Meyer <carl@oddbird.net>2012-02-23 08:48:29 -0700
commit9002cfe6b2b0c9a1768eb9e5c21426c3a3aba49d (patch)
treeb904cce839cd5b3cd2895f7114c9627dc295395e /docs
parent9c8ab2fab9b97a7da6a8e8fe3382cfd38f1d1094 (diff)
downloadpip-9002cfe6b2b0c9a1768eb9e5c21426c3a3aba49d.tar.gz
Add reference to --environment along with -E in changelog; refs #460.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 3bcdb2a20..eb5931446 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -55,9 +55,9 @@ Beta and final releases planned for the second half of 2012.
* 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.
+* Removed ``-E``/``--environment`` 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.
* Fixed issue #366 - pip throws IndexError when it calls `scraped_rel_links`