Skip to content

Commit

Permalink
- 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Dec 3, 2024
1 parent f37777c commit f7f669d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
20 changes: 19 additions & 1 deletion doc/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,25 @@ Changelog

.. changelog::
:version: 1.3.7
:include_notes_from: unreleased
:released: Tue Dec 3 2024

.. change::
:tags: bug, lexer, codegen
:tickets: 140

During the lexical analysis phase, add an additional prefix for undeclared
identifiers that have the same name as built-in flags, and determine the
final filter to be used during the code generation phase based on the
context provided by the user. Pull request by Hai Zhu.

.. change::
:tags: bug, lexer
:tickets: 400, 401

Support the direct passing of dictionary literals when calling functions
and fix the errors caused by nested braces. This revises the fix that was
released in 1.3.4 and then reverted in 1.3.5. Pull request by Hai Zhu and
Jose Galvez.

.. changelog::
:version: 1.3.6
Expand Down
4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
# The short X.Y version.
version = mako.__version__
# The full version, including alpha/beta/rc tags.
release = "1.3.6"
release_date = "Mon Oct 21 2024"
release = "1.3.7"
release_date = "Tue Dec 3 2024"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
Expand Down
8 changes: 0 additions & 8 deletions doc/build/unreleased/140.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/build/unreleased/400.rst

This file was deleted.

0 comments on commit f7f669d

Please sign in to comment.