From 83675ee0958150f1252eee898321e22b6091a563 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 24 Feb 2013 02:01:10 +0100 Subject: [PATCH] Updated history to reflect merge of #822. --- History.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 57143b04..57c8b831 100644 --- a/History.txt +++ b/History.txt @@ -3,7 +3,8 @@ * 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) + * Add 'gist' liquid tag to core (#822) + * New format of Jekyll output (#795) * Reinstate --limit_posts and --future switches (#788) * Remove ambiguity from command descriptions (#815) * Fix SafeYAML Warnings (#807)