From 99b9c8486cb5fe1984a7a5979422d292aeb366c8 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 10 Feb 2016 15:26:54 -0800 Subject: [PATCH] Update history to reflect merge of #4505 [ci skip] --- History.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/History.markdown b/History.markdown index adbfb765..36dc54b6 100644 --- a/History.markdown +++ b/History.markdown @@ -9,6 +9,7 @@ * Include .rubocop.yml in Gem (#4437) * LiquidRenderer#parse: parse with line numbers. (#4452) + * add consistency to the deprecation message (#4505) ### Site Enhancements @@ -139,11 +140,11 @@ ### Bug Fixes -* Fix extension weirdness with folders (#4493) -* EntryFilter: only include 'excluded' log on excluded files (#4479) -* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path (#4468) -* `LiquidRenderer#parse`: parse with line numbers (#4453) -* `Document#<=>`: protect against nil comparison in dates. (#4446) + * Fix extension weirdness with folders (#4493) + * EntryFilter: only include 'excluded' log on excluded files (#4479) + * `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path (#4468) + * `LiquidRenderer#parse`: parse with line numbers (#4453) + * `Document#<=>`: protect against nil comparison in dates. (#4446) ## 3.0.2 / 2016-01-20