From bd0ff6644e2a1b91d3c294f4665a6fc1fa287a42 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 5 May 2013 13:44:09 +0200 Subject: [PATCH] Update history to reflect merge of #1014 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 51d73da6..4ddfc8b0 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 + * Parse strings into Time objects for date-related Liquid filters (#1014) * 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)