From 07c33a5a3c69c771128227213f6e59a11b433121 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 8 Jan 2017 09:27:51 +0100 Subject: [PATCH] Added bug reference --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index a860c96a..74d5f730 100644 --- 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) -- 2.47.3