From 0a4dad60315ba996ec8c4b394b18a4fdab4d6e2f Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 7 Oct 2019 07:42:04 -0700 Subject: [PATCH] add changelog for #938 --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2