Update history to reflect merge of #555 [ci skip]

This commit is contained in:
Justin Li
2015-05-07 14:03:38 -04:00
parent f658dcee8b
commit 724d625f47

View File

@@ -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
* 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]
* Disallow filters with no variable in strict mode (#475) [Justin Li, pushrax]