From 7918dad26f8e40e5459ab0143d8f354a34b3877a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 5 Nov 2014 22:03:06 -0800 Subject: [PATCH] Update history to reflect merge of #2865 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 72a5dff3..4465fab1 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,7 @@ ### Minor Enhancements + * Require gems in `:jekyll_plugins` Gemfile group unless `JEKYLL_NO_BUNDLER_REQUIRE` is specified in the environment. (#2865) * Centralize path sanitation in the `Site` object (#2882) * Allow placeholders in permalinks (#3031) * Fancy Indexing with WEBrick (#3018)