From: Armin Ronacher Date: Wed, 9 Aug 2017 07:06:39 +0000 (+0200) Subject: Added a changelog entry X-Git-Tag: 2.9.x~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d117425f5ed3f542100f20d3bf700ae7bc54039f;p=thirdparty%2Fjinja.git Added a changelog entry --- diff --git a/CHANGES b/CHANGES index 5c13ee79..38f4508c 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,8 @@ Version 2.9.7 - ``tojson`` filter marks output as safe to match documented behavior. (`#718`_) +- Resolved a bug where getting debug locals for tracebacks could + modify template context. .. _#718: https://github.com/pallets/jinja/pull/718