summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2009-09-01 02:49:27 +0200
committerJannis Leidel <jannis@leidel.info>2009-09-01 02:49:27 +0200
commit1aca1421b0ce026296d482b28e125defa823f399 (patch)
tree21d1a267152fe4d762cfbf81de392afe0f524e87
parent78ec0268b21c4bac7406a9be70675967597f2297 (diff)
downloadpip-1aca1421b0ce026296d482b28e125defa823f399.tar.gz
Updated news with latest change
-rw-r--r--docs/news.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 6d46937f4..dd273dbf9 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -23,13 +23,15 @@ tip
* Added download command to retrieve package archives. If given an editable
package it will create an archives of it.
-* Added ability to pass local file and directory paths to --find-links, e.g.
- --find-links=file:///path/to/my/private/archive
+* Added ability to pass local file and directory paths to ``--find-links``,
+ e.g. ``--find-links=file:///path/to/my/private/archive``
* Reduced the amount of console log messages when fetching a page to find a
distribution was problematic. The full messages can be found in pip-log.txt.
-* Added --no-deps/--no-dependencies option to ignore package dependencies
+* Added ``--no-deps`` option to install ignore package dependencies
+
+* Added ``--no-index`` option to ignore the package index (PyPI) temporarily
0.4
---