File tree 4 files changed +21
-19
lines changed
4 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,25 @@ Changelog
8
8
9
9
.. changelog ::
10
10
: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.
12
30
13
31
.. changelog ::
14
32
:version: 1.3.6
Original file line number Diff line number Diff line change 87
87
# The short X.Y version.
88
88
version = mako .__version__
89
89
# 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"
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
93
93
# for a list of supported languages.
94
94
# 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