From 3a53857d5d648c13acc20c8f60daf0402b75a5fd Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Mon, 26 Mar 2012 22:12:45 +0200 Subject: [PATCH] Updated for list command improvements --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef45c3fa1..944274251c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,13 @@ podspec, then update these method calls. ### Enhancements +* [#188](https://github.com/CocoaPods/CocoaPods/pull/188): `list` command now + displays the specifications introduced in the master repo if it is given as an + option the number of days to take into account. + +* [#188](https://github.com/CocoaPods/CocoaPods/pull/188): Transferred search + layout improvements and options to `list` command. + * [#166](https://github.com/CocoaPods/CocoaPods/issues/166): Added printing of homepage and source to search results.