File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ Changelog
8
8
9
9
.. changelog ::
10
10
:version: 1.1.6
11
- :include_notes_from: unreleased
11
+ :released: Wed Nov 17 2021
12
+
13
+ .. change ::
14
+ :tags: bug, lexer
15
+ :tickets: 346
16
+ :versions: 1.2.0, 1.1.6
17
+
18
+ Fixed issue where control statements on multi lines with a backslash would
19
+ not parse correctly if the template itself contained CR/LF pairs as on
20
+ Windows. Pull request courtesy Charles Pigott.
21
+
12
22
13
23
.. changelog ::
14
24
:version: 1.1.5
Original file line number Diff line number Diff line change 88
88
# The short X.Y version.
89
89
version = mako .__version__
90
90
# The full version, including alpha/beta/rc tags.
91
- release = "1.1.5 "
91
+ release = "1.1.6 "
92
92
93
93
# The language for content autogenerated by Sphinx. Refer to documentation
94
94
# for a list of supported languages.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments