aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2015-05-25 13:40:47 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2015-05-25 13:40:47 +0200
commit46acbf02ed9ab58c7a92553c95790e75bdc3c930 (patch)
tree44c4e37ee8dd7439ff2bfc9b5aeed8bc9f12ba71 /CHANGES
parent0bfb60f831352982ed484a669d28614af6db77a2 (diff)
downloadjinja-46acbf02ed9ab58c7a92553c95790e75bdc3c930.tar.gz
Escape slashes in query strings. This fixes #445
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cfe4c43c..ba820cc0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,8 @@ Version 2.8
(`code_generator_class` and `context_class`) (pull request ``#404``).
- added support for context/environment/evalctx decorator functions on
the finalize callback of the environment.
+- escape query strings for urlencode properly. Previously slashes were not
+ escaped in that place.
Version 2.7.3
-------------