diff options
author | Georg Brandl <georg@python.org> | 2013-01-10 22:05:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-10 22:05:17 +0100 |
commit | dab1c1d46465274ecd127c45591151bfdae142c6 (patch) | |
tree | 7354633601fe73b8bbfa1cb538ddfb699fd38c93 | |
parent | 6a0d18a6266d3d6bde6d4c72e5cece051155d9c5 (diff) | |
download | pygments-dab1c1d46465274ecd127c45591151bfdae142c6.tar.gz |
Add attribution/changelog entry for Logos.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -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 @@ -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) |