diff options
author | Georg Brandl <georg@python.org> | 2014-01-09 20:32:01 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-09 20:32:01 +0100 |
commit | 48c97e7729c0fc6eba20c65ac42b4065d9a3b52e (patch) | |
tree | 55685478fa0914cfcbe171ddb420f1bc98500d49 | |
parent | fd07c5a864899d36074081f69e16d7f86695924c (diff) | |
download | pygments-48c97e7729c0fc6eba20c65ac42b4065d9a3b52e.tar.gz |
changelog: #944
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ Version 1.7 - Ceylon lexer: fix parsing of nested multiline comments (#915). +- C family lexers: fix parsing of indented preprocessor directives (#944). + Version 1.6 ----------- |