Update history to reflect merge of #570

[ci skip]
This commit is contained in:
Justin Li
2015-05-28 16:43:22 -04:00
parent 6c058823ad
commit 20ca2b9632

View File

@@ -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