From 2970470a5774f444066978b950a867b1139e4d07 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 23 Feb 2010 15:02:35 -0600 Subject: [PATCH] Add changelog note about pip search command. --- docs/news.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.txt b/docs/news.txt index 829fd5397..172214564 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -5,6 +5,7 @@ hg tip ------ * Fixed uninstallation on Windows +* Added ``pip search`` command. 0.6.3 -----