From: Armin Ronacher Date: Fri, 6 Jan 2017 12:09:25 +0000 (+0100) Subject: Added changelog entry X-Git-Tag: 2.9~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e3752c39b3b07745edbfd63a1f46cc4566b436;p=thirdparty%2Fjinja.git Added changelog entry --- diff --git a/CHANGES b/CHANGES index 54f95e70..ec63abe1 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,8 @@ Version 2.9 - `map` and friends will now give better error messages if you forgot to quote the parameter. - Depend on MarkupSafe 0.23 or higher. +- Improved the `truncate` filter to support better truncation in case + the string is barely truncated at all. Version 2.8.2 -------------