Made it possible to refer to names from outer scopes in included templates
that were unused in the callers frame (#327).

--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index edbdb0e..0f65730 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@
 - 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)
 
 Version 2.1.1
 -------------