File tree Expand file tree Collapse file tree 4 files changed +21
-19
lines changed
Expand file tree Collapse file tree 4 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,25 @@ Changelog
88
99.. changelog ::
1010 :version: 1.3.7
11- :include_notes_from: unreleased
11+ :released: Tue Dec 3 2024
12+
13+ .. change ::
14+ :tags: bug, lexer, codegen
15+ :tickets: 140
16+
17+ During the lexical analysis phase, add an additional prefix for undeclared
18+ identifiers that have the same name as built-in flags, and determine the
19+ final filter to be used during the code generation phase based on the
20+ context provided by the user. Pull request by Hai Zhu.
21+
22+ .. change ::
23+ :tags: bug, lexer
24+ :tickets: 400, 401
25+
26+ Support the direct passing of dictionary literals when calling functions
27+ and fix the errors caused by nested braces. This revises the fix that was
28+ released in 1.3.4 and then reverted in 1.3.5. Pull request by Hai Zhu and
29+ Jose Galvez.
1230
1331.. changelog ::
1432 :version: 1.3.6
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.6 "
91- release_date = "Mon Oct 21 2024"
90+ release = "1.3.7 "
91+ release_date = "Tue Dec 3 2024"
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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments