From 7a44965c8881fe404b87e41ff29ce9ba1c6e76c8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 3 Feb 2013 01:54:52 +0100 Subject: [PATCH] Updated history to reflect merge of #793. Closes #787. --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 4103efed..35efbfb5 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,7 @@ == HEAD * Major Enhancements * 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 * Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. (#744) * Refactored jekyll subcommands into Jekyll::Commands submodule, which now contains them (#768)