From 4c3381a523e8fe5bb8b377fb4198441d9fd720d8 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Tue, 12 May 2015 10:59:58 -0400 Subject: [PATCH] Update history to reflect merge of #559 [ci skip] --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 7dc1338..8557c5b 100644 --- a/History.md +++ b/History.md @@ -9,6 +9,7 @@ * Liquid::Template.file_system's read_template_file method is no longer passed the context. (#441) [James Reid-Smith, sunblaze] ### Fixed +* Fix naming of the "context variable" when dynamically including a template (#559) [Justin Li, pushrax] * Gracefully accept empty strings in the date filter (#555) [Loren Hale, boobooninja] * Fix capturing into variables with a hyphen in the name (#505) [Florian Weingarten, fw42] * Fix case sensitivity regression in date standard filter (#499) [Kelley Reynolds, kreynolds]