From 5a50c12953f1056c037aa488b4c20babaa6ce8f4 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Tue, 2 Feb 2016 23:14:41 -0500 Subject: [PATCH] Update history to reflect merge of #691 [ci skip] --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 1c3db377..bc4949e9 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ ## 4.0.0 / not yet released / branch "master" ### Changed +* 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] * Add url_decode filter to invert url_encode (#645) [Larry Archer]