From: Simon Sapin Date: Mon, 25 Jul 2011 07:25:58 +0000 (-0700) Subject: Typo fix ... I think. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b5af8972250fc34e5bcd2dfa88ba16c8a45b121;p=jinja2.git Typo fix ... I think. --- diff --git a/CHANGES b/CHANGES index ae07828..9747a31 100644 --- a/CHANGES +++ b/CHANGES @@ -15,7 +15,7 @@ Version 2.6 integers instead of longs) - groupby filter now supports dotted notation for grouping by attributes of attributes. -- scoped blocks not properly treat toplevel assignments and imports. +- scoped blocks now properly treat toplevel assignments and imports. Previously an import suddenly "disappeared" in a scoped block. - automatically detect newer Python interpreter versions before loading code from bytecode caches to prevent segfaults on invalid opcodes. The segfault