diff options
author | gbrandl <devnull@localhost> | 2009-02-10 14:02:43 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-02-10 14:02:43 +0100 |
commit | a63ad537982d9b92c112f9be5d380abb0341e545 (patch) | |
tree | c5227c68d167e87698a53ada5bad7c679331b66f | |
parent | 2c3612fe7c4e32662a9d5f00c7a6fc46fdae71b7 (diff) | |
download | pygments-a63ad537982d9b92c112f9be5d380abb0341e545.tar.gz |
Add changelog info for 682d87aff762.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -34,6 +34,7 @@ Other contributors, listed alphabetically, are: * Lukas Meuser -- BBCode formatter, Lua lexer * Paulo Moura -- Logtalk lexer * Ana Nelson -- Ragel, ANTLR lexers +* Jesper Noehr -- HTML formatter "anchorlinenos" * David Oliva -- Rebol lexer * Ronny Pfannschmidt -- BBCode lexer * Benjamin Peterson -- Test suite refactoring @@ -18,6 +18,8 @@ Version 1.1 * MXML * Cython +- Added "anchorlinenos" option to HTML formatter. + - Fix a bug lexing extended Ruby strings. - Fix a bug when lexing git diffs. @@ -36,7 +38,7 @@ Version 1.1 match the filename, use the analyse_text guessing engine to determine the winner (#355). -- Fix minor bugs in Clojure lexer (#387) and AS3 lexer (#389) +- Fix minor bugs in Clojure lexer (#387) and AS3 lexer (#389). Version 1.0 |