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)