From f7f669d8a1b45129903854afb74a432216bd6ab0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Dec 2024 13:56:45 -0500 Subject: [PATCH] - 1.3.7 --- doc/build/changelog.rst | 20 +++++++++++++++++++- doc/build/conf.py | 4 ++-- doc/build/unreleased/140.rst | 8 -------- doc/build/unreleased/400.rst | 8 -------- 4 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 doc/build/unreleased/140.rst delete mode 100644 doc/build/unreleased/400.rst diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 36ebdb6d..a7f0434d 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -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 diff --git a/doc/build/conf.py b/doc/build/conf.py index 9d80a19a..44bf6724 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -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 diff --git a/doc/build/unreleased/140.rst b/doc/build/unreleased/140.rst deleted file mode 100644 index d059c0bf..00000000 --- a/doc/build/unreleased/140.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. 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. \ No newline at end of file diff --git a/doc/build/unreleased/400.rst b/doc/build/unreleased/400.rst deleted file mode 100644 index 771c70b1..00000000 --- a/doc/build/unreleased/400.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. 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. \ No newline at end of file