Skip to content

Commit f7f669d

Browse files
committed
- 1.3.7
1 parent f37777c commit f7f669d

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

doc/build/changelog.rst

+19-1
Original file line numberDiff line numberDiff 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

doc/build/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
# The short X.Y version.
8888
version = 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

doc/build/unreleased/140.rst

-8
This file was deleted.

doc/build/unreleased/400.rst

-8
This file was deleted.

0 commit comments

Comments
 (0)