From d233acb4837395d8e1675d4e268997f06f276836 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Wed, 30 Mar 2016 16:36:57 -0400 Subject: [PATCH] Update history to reflect merge of #731 --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 5772a03..68db096 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ ## 4.0.0 / not yet released / branch "master" ### Changed +* Add to_number Drop method to allow custom drops to work with number filters (#731) * Add strict_variables and strict_filters options to detect undefined references (#691) * Improve loop performance (#681) [Florian Weingarten] * Rename Drop method `before_method` to `liquid_method_missing` (#661) [Thierry Joyal]