typo fix
[jinja2.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index edbdb0e26ad0ae2ea4a57fc36d8609dfc3ffb7c8..b218e87185c51fa23f3d787b611f6a2c7ed1cb90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,13 @@ Version 2.2
 - Fixed a bug that caused syntax errors when defining macros or using the
   `{% call %}` tag inside loops.
 - Fixed a bug in the parser that made ``{{ foo[1, 2] }}`` impossible.
+- Made it possible to refer to names from outer scopes in included templates
+  that were unused in the callers frame (#327)
+- Fixed a bug that caused internal errors if names where used as iteration
+  variable and regular variable *after* the loop if that variable was unused
+  *before* the loop.  (#331)
+- Added support for optional `scoped` modifier to blocks.
+- Added support for line-comments.
 
 Version 2.1.1
 -------------