From 857bcf924adc05f0c0d3bbb3736aa3d199370a41 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 14:30:58 -0400 Subject: [PATCH] Update history to reflect merge of #2307 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 4f363f1a..1732896f 100644 --- a/History.markdown +++ b/History.markdown @@ -18,6 +18,7 @@ * Complete redesign of the template site generated by `jekyll new` (#2050) * Update Listen from 1.x to 2.x (#2097) * Front-matter defaults (#2205) + * Deprecate `relative_permalinks` configuration option (default to `false`) (#2307) ### Minor Enhancements * Move the EntryFilter class into the Jekyll module to avoid polluting the @@ -101,6 +102,7 @@ * Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244) * Modify configuration key for Collections and reset properly. (#2238) * Avoid duplicated output using `highlight` tag (#2264) + * Only use Jekyll.logger for output (#2307) ### Development Fixes * Add a link to the site in the README.md file (#1795)