]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Added bug reference
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:27:51 +0000 (09:27 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:27:51 +0000 (09:27 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index a860c96a9d085e9584c99e2471af85212ddf75b0..74d5f7307d299d4823c5896c6a106d71d954616d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@ Version 2.9.2
   common case that gets copy pasted around.  To not completely break backwards
   compatibility with the most common cases it's now possible to provide an
   explicit keyword argument for caller if it's given an explicit default.
+  (#642)
 - Restored the use of blocks in macros to the extend that was possible
   before.  On Python 3 it would render a generator repr instead of
   the block contents. (#645)