summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-03-09 17:38:24 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-03-09 17:38:24 -0500
commit09a956272b7092c1d743b44e2976fcac7278f6d0 (patch)
tree5e49bbb1f998da03b35793de57d85844efe6158f
parent4e4a408d7c1c13f072e1da534b194290be442f04 (diff)
downloadmako-09a956272b7092c1d743b44e2976fcac7278f6d0.tar.gz
- changelog for pullrequest github:19
-rw-r--r--doc/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 0f164d0..a371f7e 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -10,6 +10,16 @@ Changelog
:released:
.. change::
+ :tags: bug, lexer
+ :pullreq: github:19
+
+ Major improvements to lexing of intricate Python sections which may
+ contain complex backslash sequences, as well as support for the bitwise
+ operator (e.g. pipe symbol) inside of expression sections distinct
+ from the Mako "filter" operator, provided the operator is enclosed
+ within parentheses or brackets. Pull request courtesy Daniel Martin.
+
+ .. change::
:tags: feature
:pullreq: bitbucket:16