File tree Expand file tree Collapse file tree 4 files changed +26
-24
lines changed Expand file tree Collapse file tree 4 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,31 @@ Changelog
77
88.. changelog ::
99 :version: 1.0.14
10- :include_notes_from: unreleased
10+ :released: Sat Jul 20 2019
11+
12+ .. change ::
13+ :tags: feature, template
14+
15+ The ``n `` filter is now supported in the ``<%page> `` tag. This allows a
16+ template to omit the default expression filters throughout a whole
17+ template, for those cases where a template-wide filter needs to have
18+ default filtering disabled. Pull request courtesy Martin von Gagern.
19+
20+ .. seealso ::
21+
22+ :ref: `expression_filtering_nfilter `
23+
24+
25+
26+ .. change ::
27+ :tags: bug, exceptions
28+
29+ Fixed issue where the correct file URI would not be shown in the
30+ template-formatted exception traceback if the template filename were not
31+ known. Additionally fixes an issue where stale filenames would be
32+ displayed if a stack trace alternated between different templates. Pull
33+ request courtesy Martin von Gagern.
34+
1135
1236.. changelog ::
1337 :version: 1.0.13
Original file line number Diff line number Diff line change 7070# The short X.Y version.
7171version = mako .__version__
7272# The full version, including alpha/beta/rc tags.
73- release = "1.0.13 "
73+ release = "1.0.14 "
7474
7575# The language for content autogenerated by Sphinx. Refer to documentation
7676# for a list of supported languages.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments