From: David Lord Date: Mon, 7 Oct 2019 06:42:36 +0000 (-0700) Subject: add changelog for #858 X-Git-Tag: 2.11.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b1b020c0b2703591212b5461a3fc71995a44f1;p=thirdparty%2Fjinja.git add changelog for #858 --- diff --git a/CHANGES.rst b/CHANGES.rst index 28b4579e..63a973b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,8 @@ Unreleased - A new ``jinja2.ext.debug`` extension adds a ``{% debug %}`` tag to quickly dump the current context and available filters and tests. :issue:`174`, :pr:`798, 983` +- Lexing templates with large amounts of whitespace is much faster. + :issue:`857`, :pr:`858` Version 2.10.3