Reworked implementation of the urlescape filter, made it Python3 compatible, document...
[jinja2.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 7f3388d8ef01e5acb1e38df8907be161c6bfc2d1..8838a21542b0e1b2bc3adf04276b4c967fd82673 100644 (file)
--- 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
 -----------