Update History to include fix

This commit is contained in:
Mike
2017-03-24 10:35:56 +10:00
parent 6ed6e7e12f
commit 210a0616f3
+1
View File
@@ -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]