commit | a27a503cea8779db67a1bc21218a2e05e20ce6fc | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 07 15:55:20 2017 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 07 15:55:20 2017 +0100 |
tree | 949189fe5c6b7b721e35bba4282d7e2b1cd7a8f5 | |
parent | d67f0fd4cc2a4af08f51f4466150d49da7798729 [diff] [blame] |
Move the autoescape extension and with statement to be built-in
diff --git a/CHANGES b/CHANGES index bd0dc75..afc6f76 100644 --- a/CHANGES +++ b/CHANGES
@@ -40,6 +40,7 @@ between the different include and import constructs. Context is now always propagated the same way. The only remaining differences is the defaults for `with context` and `without context`. +- The `with` and `autoescape` tags are now built-in. Version 2.8.2 -------------