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,22 @@ Changelog
88
99.. changelog ::
1010 :version: 1.2.1
11- :include_notes_from: unreleased
11+ :released: Thu Jun 30 2022
12+
13+ .. change ::
14+ :tags: performance
15+ :tickets: 361
16+
17+ Optimized some codepaths within the lexer/Python code generation process,
18+ improving performance for generation of templates prior to their being
19+ cached. Pull request courtesy Takuto Ikuta.
20+
21+ .. change ::
22+ :tags: bug, tests
23+ :tickets: 360
24+
25+ Various fixes to the test suite in the area of exception message rendering
26+ to accommodate for variability in Python versions as well as Pygments.
1227
1328.. changelog ::
1429 :version: 1.2.0
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.0 "
91- release_date = "Tue Jan 18 2022"
90+ release = "1.2.1 "
91+ release_date = "Thu Jun 30 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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments