Skip to content

Commit 366d26f

Browse files
committed
- 1.3.6
1 parent 0348fe3 commit 366d26f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

doc/build/changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ Changelog
88

99
.. changelog::
1010
:version: 1.3.6
11-
:include_notes_from: unreleased
11+
:released: Mon Oct 21 2024
12+
13+
.. change::
14+
:tags: bug, lexer
15+
:tickets: 412
16+
17+
Fixed long standing bug where the sequence ``<&`` would be misinterpreted
18+
by the lexer. It's not clear why the ampersand character was part of the
19+
characters being consumed here and it may have been an inadvertent bit of
20+
code from one of Mako's predecessor languages.
1221

1322
.. changelog::
1423
:version: 1.3.5

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.5"
91-
release_date = "Tue May 14 2024"
90+
release = "1.3.6"
91+
release_date = "Mon Oct 21 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/412.rst

-8
This file was deleted.

0 commit comments

Comments
 (0)