From a22527c7ff898ceca4b2f8c6c3ef9cf84c01d2ee Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 20 Feb 2013 23:16:56 +0100 Subject: [PATCH] Update history to reflect merge of #795. Fixes #790. --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 532f6837..eda3c50d 100644 --- a/History.txt +++ b/History.txt @@ -3,6 +3,7 @@ * Refactored jekyll commands into subcommands: build, serve, and migrate. (#690) * Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793) * Minor Enhancements + * New format to Jekyll output (#795) * Reinstate --limit_posts and --future switches (#788) * Remove ambiguity from command descriptions (#815) * Fix SafeYAML Warnings (#807)