From 46acbf02ed9ab58c7a92553c95790e75bdc3c930 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 25 May 2015 13:40:47 +0200 Subject: Escape slashes in query strings. This fixes #445 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') 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 ------------- -- cgit v1.2.3