Skip to content

Commit 0398aaf

Browse files
committed
- 1.0.14
1 parent 4d6158b commit 0398aaf

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

doc/build/changelog.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff 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

doc/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = 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.

doc/build/unreleased/n_page.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

doc/build/unreleased/uri_traceback.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)