aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorPeter Dolak <peter.dolak@exponea.com>2020-04-03 11:29:28 +0200
committerPeter Dolak <peter.dolak@exponea.com>2020-04-13 14:14:03 +0200
commit7163513a352cb7eda328fedb2bfcd987510929af (patch)
treed01904e74f2b795830f2e49f4941755903b0cb78 /CHANGES.rst
parentdbbd082bce92cb21ae3e4f49aa32554e05e5d8fc (diff)
downloadjinja-7163513a352cb7eda328fedb2bfcd987510929af.tar.gz
Add tests for lstrip whitespace behavior fix
Also did peformance tests for the previous fix and saw no measurable impact.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 579b80b9..e6608f45 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,8 @@ Unreleased
:pr:`1178`
- The special ``namespace()`` assignment object in templates works in
async environments. :issue:`1180`
+- Fix whitespace being removed before tags in the middle of lines when
+ ``lstrip_blocks`` is enabled. :issue:`1138`
Version 2.11.1