]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Added a changelog entry
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 9 Aug 2017 07:06:39 +0000 (09:06 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 9 Aug 2017 07:06:39 +0000 (09:06 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5c13ee7932a54c54e281b2fac92d5c23af4c42c6..38f4508cc8509667af4f4f3125b1e2dc55a031c2 100644 (file)
--- 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