Update history to reflect merge of #559

[ci skip]
This commit is contained in:
Justin Li
2015-05-12 10:59:58 -04:00
parent 261aa2e726
commit 4c3381a523

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
* 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]