Fix include tag used with strict_variables (#829)

Fixes https://github.com/Shopify/liquid/issues/828
This commit is contained in:
Lasse Skindstad Ebert
2017-03-22 16:00:31 -04:00
committed by Dylan Thacker-Smith
parent 22f2cec5de
commit 5149cde5c3
4 changed files with 14 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@
* Liquid::Template.register_filter raises when the module overrides registered public methods as private or protected (#705) [Gaurav Chande]
### Fixed
* Fix include tag used with strict_variables (#828) [QuickPay]
* Fix map filter when value is a Proc (#672) [Guillaume Malette]
* Fix truncate filter when value is not a string (#672) [Guillaume Malette]
* Fix behaviour of escape filter when input is nil (#665) [Tanel Jakobsoo]