File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ Changelog
88
99.. changelog ::
1010 :version: 1.2.2
11- :include_notes_from: unreleased
11+ :released: Mon Aug 29 2022
12+
13+ .. change ::
14+ :tags: bug, lexer
15+ :tickets: 366
16+
17+ Fixed issue in lexer where the regexp used to match tags would not
18+ correctly interpret quoted sections individually. While this parsing issue
19+ still produced the same expected tag structure later on, the mis-handling
20+ of quoted sections was also subject to a regexp crash if a tag had a large
21+ number of quotes within its quoted sections.
1222
1323.. changelog ::
1424 :version: 1.2.1
Original file line number Diff line number Diff line change 8787# The short X.Y version.
8888version = mako .__version__
8989# The full version, including alpha/beta/rc tags.
90- release = "1.2.1 "
91- release_date = "Thu Jun 30 2022"
90+ release = "1.2.2 "
91+ release_date = "Mon Aug 29 2022"
9292# The language for content autogenerated by Sphinx. Refer to documentation
9393# for a list of supported languages.
9494# language = None
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments