diff options
author | Georg Brandl <georg@python.org> | 2013-04-05 09:00:53 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-05 09:00:53 +0200 |
commit | 391833e144e961937abe20adfe6b67b1b14ea993 (patch) | |
tree | 6cd5844c91191b94067b7fc5e9cf80d63f09c86b /CHANGES | |
parent | 81337d107f1f441144927c1f28e9686b0593cd81 (diff) | |
download | pygments-391833e144e961937abe20adfe6b67b1b14ea993.tar.gz |
Changelog entry for PR#163.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Version 1.7 - Julia lexer: add keywords and underscore-separated number literals (PR#176). +- Lasso lexer: fix method highlighting, update builtins. Fix + guessing so that plain XML isn't always taken as Lasso (PR#163). + Version 1.6 ----------- |