commit | b9655a457daacd33d179f39dd8c19a9533bdd7d2 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Fri Jan 06 14:29:23 2017 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Fri Jan 06 14:29:38 2017 +0100 |
tree | cbfa2f590e30caee232fe7299e573ee5326f6ed5 | |
parent | b3c174b31aec1ad30225e443dbccda872cdf94e2 [diff] [blame] |
Set macro autoescape behavior at call instead of compile time. Fixes #565
diff --git a/CHANGES b/CHANGES index ec63abe..62ca6b0 100644 --- a/CHANGES +++ b/CHANGES
@@ -23,6 +23,8 @@ - Depend on MarkupSafe 0.23 or higher. - Improved the `truncate` filter to support better truncation in case the string is barely truncated at all. +- Change the logic for macro autoescaping to be based on the runtime + autoescaping information at call time instead of macro define time. Version 2.8.2 -------------