From 21de59a90ee89031ec8bd5bfa39bdad955cf1ae6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 6 Nov 2014 12:05:28 -0800 Subject: [PATCH] Update history to reflect merge of #3067 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index c29fbaad..df83fa7d 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ * 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) + * Allow users to specify the log level via `JEKYLL_LOG_LEVEL`. (#3067) * Fancy Indexing with WEBrick (#3018) * Allow Enumerables to be used with `where` filter. (#2986) * Meta descriptions in the site template now use `page.excerpt` if it's available (#2964)