From 20ca2b9632197ca45667fdee1c8b6b43dcf99967 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 28 May 2015 16:43:22 -0400 Subject: [PATCH] Update history to reflect merge of #570 [ci skip] --- History.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 85a4d7e..061ba7e 100644 --- a/History.md +++ b/History.md @@ -12,6 +12,7 @@ * Remove support for `liquid_methods` ### Fixed +* Fix condition parse order in strict mode (#569) [Justin Li, pushrax] * 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] @@ -20,7 +21,11 @@ * Disallow variable names in the strict parser that are not valid in the lax parser (#463) [Justin Li, pushrax] * Fix BlockBody#warnings taking exponential time to compute (#486) [Justin Li, pushrax] -## 3.0.2 / 2015-04-24 / branch "3-0-stable" +## 3.0.3 / 2015-05-28 / branch "3-0-stable" + +* Fix condition parse order in strict mode (#569) [Justin Li, pushrax] + +## 3.0.2 / 2015-04-24 * Expose VariableLookup private members (#551) [Justin Li, pushrax] * Documentation fixes