From: David Lord Date: Mon, 7 Oct 2019 14:42:04 +0000 (-0700) Subject: add changelog for #938 X-Git-Tag: 2.11.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4dad60315ba996ec8c4b394b18a4fdab4d6e2f;p=thirdparty%2Fjinja.git add changelog for #938 --- diff --git a/CHANGES.rst b/CHANGES.rst index 63a973b9..35673a0a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,9 @@ Unreleased :issue:`174`, :pr:`798, 983` - Lexing templates with large amounts of whitespace is much faster. :issue:`857`, :pr:`858` +- Parentheses around comparisons are preserved, so + ``{{ 2 * (3 < 5) }}`` outputs "2" instead of "False". + :issue:`755`, :pr:`938` Version 2.10.3