From 40b587c46c254db68e5885069c8926641befcdcb Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 30 Apr 2013 22:18:58 +0200 Subject: [PATCH] Update history to reflect change to solve #1008 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index e75ae94b..116a7800 100644 --- a/History.txt +++ b/History.txt @@ -6,6 +6,7 @@ * Added ability to render drafts in _drafts folder via command line (#833) * Add ordinal date permalink style (/:categories/:year/:y_day/:title.html) (#928) * Minor Enhancements + * Tell the user if there is no subcommand specified (#1008) * Freak out if the destination of `jekyll new` exists and is non-empty (#981) * Add `timezone` configuration option for compilation (#957) * Add deprecation messages for pre-1.0 CLI options (#959)