summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-10 22:05:17 +0100
committerGeorg Brandl <georg@python.org>2013-01-10 22:05:17 +0100
commitdab1c1d46465274ecd127c45591151bfdae142c6 (patch)
tree7354633601fe73b8bbfa1cb538ddfb699fd38c93
parent6a0d18a6266d3d6bde6d4c72e5cece051155d9c5 (diff)
downloadpygments-dab1c1d46465274ecd127c45591151bfdae142c6.tar.gz
Add attribution/changelog entry for Logos.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES9
2 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 66438135..bf0f3a65 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,7 @@ Other contributors, listed alphabetically, are:
* Varun Hiremath -- Debian control lexer
* Doug Hogan -- Mscgen lexer
* Ben Hollis -- Mason lexer
+* Dustin Howett -- Logos lexer
* Alastair Houghton -- Lexer inheritance facility
* Tim Howard -- BlitzMax lexer
* Ivan Inozemtsev -- Fantom lexer
diff --git a/CHANGES b/CHANGES
index 1e54020a..39889263 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@ Issue numbers refer to the tracker at
pull request numbers to the requests at
<http://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+Version 1.6
+-----------
+(in development)
+
+- Lexers added:
+
+ * Logos (PR#150)
+
+
Version 1.6rc1
--------------
(released Jan 9, 2013)