From 3fbb615d19cce9b5dc5bae456309dfe3091467e8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 27 Feb 2013 01:56:06 +0100 Subject: [PATCH] Update history to reflect merge of #824. --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 37b327c6..76824a3f 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 + * Allow symlinked files in unsafe mode (#824) * Add 'gist' liquid tag to core (#822) * New format of Jekyll output (#795) * Reinstate --limit_posts and --future switches (#788)