Skip to content

Commit 98dfd9d

Browse files
committed
- 1.3.4
1 parent eece129 commit 98dfd9d

File tree

4 files changed

+20
-18
lines changed

4 files changed

+20
-18
lines changed

doc/build/changelog.rst

+18-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ Changelog
88

99
.. changelog::
1010
:version: 1.3.4
11-
:include_notes_from: unreleased
11+
:released: Mon May 13 2024
12+
13+
.. change::
14+
:tags: bug, parser
15+
:tickets: 398
16+
17+
Fixed regression caused by the fix for :ticket:`320` where new logic added
18+
to interpret list and dictionary comprehensions would fail for expression
19+
oriented keys. As the parsing in question was not necessary for these
20+
keys, it's been removed. Pull request courtesy Sébastien Granjoux.
21+
22+
.. change::
23+
:tags: bug, lexer
24+
:tickets: 400
25+
26+
Fixed issue where a parsed expression which contained sub-brackets, such as
27+
dictionary literals, would fail to be interpreted correctly even though the
28+
initial parsing is correct. Pull request courtesy Jose Galvez.
1229

1330
.. changelog::
1431
:version: 1.3.3

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.3"
91-
release_date = "Wed Apr 10 2024"
90+
release = "1.3.4"
91+
release_date = "Mon May 13 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/398.rst

-8
This file was deleted.

doc/build/unreleased/400.rst

-7
This file was deleted.

0 commit comments

Comments
 (0)