mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Fix include tag used with strict_variables (#829)
Fixes https://github.com/Shopify/liquid/issues/828
This commit is contained in:
committed by
Dylan Thacker-Smith
parent
22f2cec5de
commit
5149cde5c3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user