summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2012-01-07 17:47:56 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2012-01-07 17:47:56 +0100
commit5145401fe5f9995a32757f34359623b87048ab8b (patch)
tree926ee828fa171b14c400865f28e117d74e3747d4 /CHANGES
parent1d4c6389c946128da73c6b3355f5200868e64112 (diff)
downloadjinja2-5145401fe5f9995a32757f34359623b87048ab8b.tar.gz
Renamed urlescape to urlencode
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8838a21..a48208a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@ Version 2.7
advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
-- Added `urlescape` filter that automatically quotes values for
+- Added `urlencode` 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.