From f8c3cea09b184313872f6a61d5309bd081727127 Mon Sep 17 00:00:00 2001 From: Derrick Reimer Date: Fri, 15 Aug 2014 11:03:06 -0700 Subject: [PATCH] Add url_encode filter to history --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index d1f90fa4..99ff9caa 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ ## 3.0.0 / not yet released / branch "master" * ... +* Add url_encode to standard filters, see #421 [Derrick Reimer, djreimer] * Add uniq to standard filters [Florian Weingarten, fw42] * Add exception_handler feature, see #397 and #254 [Bogdan Gusiev, bogdan and Florian Weingarten, fw42] * Optimize variable parsing to avoid repeated regex evaluation during template rendering #383 [Jason Hiltz-Laforge, jasonhl]