From 09a956272b7092c1d743b44e2976fcac7278f6d0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 9 Mar 2016 17:38:24 -0500 Subject: - changelog for pullrequest github:19 --- doc/build/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -9,6 +9,16 @@ Changelog :version: 1.0.4 :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 -- cgit v1.2.1