commit | 0020a477dbd2b0b497d8bddb3423b7af747b5b48 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 07 16:07:50 2017 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 07 16:07:50 2017 +0100 |
tree | e729da1596e0502791220f89bba960635facc53b | |
parent | a27a503cea8779db67a1bc21218a2e05e20ce6fc [diff] [blame] |
Added a more convenient autoescaping function
diff --git a/CHANGES b/CHANGES index afc6f76..8b7489f 100644 --- a/CHANGES +++ b/CHANGES
@@ -41,6 +41,8 @@ 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. +- Added the new `select_autoescape` function which helps configuring better + autoescaping easier. Version 2.8.2 -------------