summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2012-01-07 17:46:40 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2012-01-07 17:46:40 +0100
commit1d4c6389c946128da73c6b3355f5200868e64112 (patch)
tree32f3d2439b0b8f75543556f4e4b7bf5e07d90265 /CHANGES
parentf2feb7efcd0ebf32ebebffc3dfed3c1493a904b6 (diff)
downloadjinja2-1d4c6389c946128da73c6b3355f5200868e64112.tar.gz
Reworked implementation of the urlescape filter, made it Python3 compatible, documented it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7f3388d..8838a21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ Version 2.7
advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
+- Added `urlescape` filter that automatically quotes values for
+ URL safe usage with utf-8 as only supported encoding. If applications
+ want to change this encoding they can override the filter.
Version 2.6
-----------