summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-05 09:00:53 +0200
committerGeorg Brandl <georg@python.org>2013-04-05 09:00:53 +0200
commit391833e144e961937abe20adfe6b67b1b14ea993 (patch)
tree6cd5844c91191b94067b7fc5e9cf80d63f09c86b /CHANGES
parent81337d107f1f441144927c1f28e9686b0593cd81 (diff)
downloadpygments-391833e144e961937abe20adfe6b67b1b14ea993.tar.gz
Changelog entry for PR#163.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5def718f..a422db88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-----------