File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ Changelog
88
99.. changelog ::
1010 :version: 1.3.10
11- :include_notes_from: unreleased
11+ :released: Thu Apr 10 2025
12+
13+ .. change ::
14+ :tags: bug, lexer
15+ :tickets: 418
16+
17+ Fix undefined variable errors when ``strict_undefined=True `` when using a
18+ nested list comprehension. Pull request courtesy Sébastien Granjoux.
19+
1220
1321.. changelog ::
1422 :version: 1.3.9
Original file line number Diff line number Diff line change 8787# The short X.Y version.
8888version = mako .__version__
8989# The full version, including alpha/beta/rc tags.
90- release = "1.3.9 "
91- release_date = "Tue Feb 4 2025"
90+ release = "1.3.10 "
91+ release_date = "Thu Apr 10 2025"
9292# The language for content autogenerated by Sphinx. Refer to documentation
9393# for a list of supported languages.
9494# language = None
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments