From 27c6b8074a3c1f54179d62c97d8bef53700eb5a2 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Mon, 3 Aug 2015 20:51:41 -0400 Subject: [PATCH] Update history to reflect merge of #610 [ci skip] --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index d8be0d5c..85066a8f 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ ## 4.0.0 / not yet released / branch "master" ### Changed +* Add global_filter to apply a filter to all output (#610) [Loren Hale] * Add compact filter (#600) [Carson Reinke] * Rename deprecated "has_key?" and "has_interrupt?" methods (#593) [Florian Weingarten] * Include template name with line numbers in render errors (574) [Dylan Thacker-Smith]