From 90366941a292a355910beb12a6087bd93bbc9d45 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 7 Apr 2013 22:53:56 +0200 Subject: [PATCH] Update history to reflect merge of #928 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index ff412b9f..4a8c8c09 100644 --- a/History.txt +++ b/History.txt @@ -4,6 +4,7 @@ * Refactored jekyll commands into subcommands: build, serve, and migrate. (#690) * Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793) * 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 * Backwards compatibility for 'auto' (#821, #934) * Added date_to_rfc822 used on RSS feeds (#892)