summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2011-07-25 00:25:58 -0700
committerSimon Sapin <simon.sapin@exyr.org>2011-07-25 00:25:58 -0700
commit8b5af8972250fc34e5bcd2dfa88ba16c8a45b121 (patch)
tree9376d2825de2ecb92c7c736be676971157607c75 /CHANGES
parent9b1de008939555c0cd45ee6942a66030f9a3b3d4 (diff)
downloadjinja2-8b5af8972250fc34e5bcd2dfa88ba16c8a45b121.tar.gz
Typo fix ... I think.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
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