diff options
Diffstat (limited to 'doc/build/changelog.rst')
-rw-r--r-- | doc/build/changelog.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 6990d90..e771335 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -7,7 +7,18 @@ Changelog .. changelog:: :version: 1.0.13 - :include_notes_from: unreleased + :released: Mon Jul 1 2019 + + .. change:: + :tags: bug, exceptions + + Improved the line-number tracking for source lines inside of Python ``<% + ... %>`` blocks, such that text- and HTML-formatted exception traces such + as that of :func:`.html_error_template` now report the correct source line + inside the block, rather than the first line of the block itself. + Exceptions in ``<%! ... %>`` blocks which get raised while loading the + module are still not reported correctly, as these are handled before the + Mako code is generated. Pull request courtesy Martin von Gagern. .. changelog:: :version: 1.0.12 |