From 210a0616f3bba8bbad740950e82f766c41b1aaa8 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 24 Mar 2017 10:35:56 +1000 Subject: [PATCH] Update History to include fix --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 68db096..8e7a483 100644 --- a/History.md +++ b/History.md @@ -22,6 +22,7 @@ * Liquid::Template.register_filter raises when the module overrides registered public methods as private or protected (#705) [Gaurav Chande] ### Fixed +* Fix variable names being detected as an operator when starting with contains (#788) [Michael Angell] * 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]