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]