summaryrefslogtreecommitdiff
path: root/doc/build/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog.rst')
-rw-r--r--doc/build/changelog.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 5ca49de..e04878b 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -8,7 +8,21 @@ Changelog
.. changelog::
:version: 1.2.3
- :include_notes_from: unreleased
+ :released: Thu Sep 22 2022
+
+ .. change::
+ :tags: bug, lexer
+ :tickets: 367
+
+ Fixed issue in lexer in the same category as that of :ticket:`366` where
+ the regexp used to match an end tag didn't correctly organize for matching
+ characters surrounded by whitespace, leading to high memory / interpreter
+ hang if a closing tag incorrectly had a large amount of unterminated space
+ in it. Credit to Sebastian Chnelik for locating the issue.
+
+ As Mako templates inherently render and directly invoke arbitrary Python
+ code from the template source, it is **never** appropriate to create
+ templates that contain untrusted input.
.. changelog::
:version: 1.2.2