]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add changelog for #938
authorDavid Lord <davidism@gmail.com>
Mon, 7 Oct 2019 14:42:04 +0000 (07:42 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 7 Oct 2019 14:42:04 +0000 (07:42 -0700)
CHANGES.rst

index 63a973b9113ef14e1fe7208a5714ec84e5b3daef..35673a0a720b56c5b91242a1e4f6d9df2ecc096f 100644 (file)
@@ -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