From 52ff9b0e8425c628c523116e0f5bd2a73c20fecf Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Thu, 19 Jan 2017 14:23:39 -0500 Subject: [PATCH] Docs: Help people upgrade to 4, re: liquid_methods The discussion in #568 helped me. [ci skip] --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 675e248..8ca3da8 100644 --- a/History.md +++ b/History.md @@ -20,7 +20,7 @@ * Add concat filter to concatenate arrays (#429) [Diogo Beato] * 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` +* Remove `liquid_methods` (See https://github.com/Shopify/liquid/pull/568 for replacement) * Liquid::Template.register_filter raises when the module overrides registered public methods as private or protected (#705) [Gaurav Chande] ### Fixed