summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAndrey Lisin <andrey.lisin@jetbrains.com>2020-03-27 13:20:01 +0300
committerDavid Lord <davidism@gmail.com>2020-03-30 11:11:07 -0700
commit77a212bf93933237cd3574fb44368eea2659f9c5 (patch)
treeed598a39b2d9b953803738cfe8bcec99441312ee /CHANGES.rst
parent07b5c01338bbfc06be9afc80a127a327611d9a6d (diff)
downloadjinja2-77a212bf93933237cd3574fb44368eea2659f9c5.tar.gz
Fix tokens line number calculation when whitespace stripping is used
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 b16ed2b..62b1b07 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,6 +21,8 @@ Unreleased
when using Pytest. Due to the difficulty in supporting Python 2 and
:pep:`451` simultaneously, the changes are reverted until 3.0.
:pr:`1182`
+- Fix line numbers in error messages when newlines are stripped.
+ :pr:`1178`
Version 2.11.1