From c424d47274bdd653a62b075e195d19c15d9fbfde Mon Sep 17 00:00:00 2001 From: Gaurav Chande Date: Wed, 24 Feb 2016 20:21:24 +0000 Subject: [PATCH] Add changelog entry for Strainer method override change --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index bc4949e..5772a03 100644 --- a/History.md +++ b/History.md @@ -18,6 +18,7 @@ * Ruby 1.9 support dropped (#491) [Justin Li] * Liquid::Template.file_system's read_template_file method is no longer passed the context. (#441) [James Reid-Smith] * Remove support for `liquid_methods` +* Liquid::Template.register_filter raises when the module overrides registered public methods as private or protected (#705) [Gaurav Chande] ### Fixed * Fix map filter when value is a Proc (#672) [Guillaume Malette]