From fe5984ee153d3f1252b0ce5aec75d05a4d04abd0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 15 Dec 2015 00:01:35 -0800 Subject: [PATCH] History: move reference for #4173 to latest HEAD, not 3.0.1 --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index dc030d1f..9dd16cb0 100644 --- a/History.markdown +++ b/History.markdown @@ -23,6 +23,7 @@ * Convertible should make layout data accessible via `layout` instead of `page` (#4205) * Avoid using `Dir.glob` with absolute path to allow special characters in the path (#4150) * Handle empty config files (#4052) + * Rename `@options` so that it does not impact Liquid. (#4173) ### Development Fixes @@ -57,7 +58,6 @@ * Align hooks implementation with documentation (#4104) * Fix the deprecation warning in the doctor command (#4114) * Fix case in `:title` and add `:slug` which is downcased (#4100) - * Rename @options so that it does not impact Liquid. (#4173) ### Development Fixes