diff options
author | Georg Brandl <georg@python.org> | 2014-01-20 09:30:11 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-20 09:30:11 +0100 |
commit | 50a10ba2ff48c222437b584658332d83bf351bed (patch) | |
tree | 098972ece14247ed57f688af0f367704db22c494 | |
parent | 9e82ecd5a3102005a4ba414bdc03572fb58b371d (diff) | |
download | pygments-50a10ba2ff48c222437b584658332d83bf351bed.tar.gz |
Rust 0.9: add to changelog and attribution
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -118,6 +118,7 @@ Other contributors, listed alphabetically, are: * Kashif Rasul -- CUDA lexer * Justin Reidy -- MXML lexer * Norman Richards -- JSON lexer +* Corey Richardson -- Rust lexer updates * Lubomir Rintel -- GoodData MAQL and CL lexers * Andre Roberge -- Tango style * Konrad Rudolph -- LaTeX formatter enhancements @@ -13,6 +13,8 @@ Version 2.0 - Dropped Python 2.4 and 2.5 compatibility. This is in favor of single-source compatibility between Python 2.6, 2.7 and 3.3+. +- New website and documentation based on Sphinx (finally!) + - Lexers added: * Clay (PR#184) @@ -33,8 +35,6 @@ Version 2.0 * Eiffel (PR#273) * Cirru (PR#275) -- New documentation based on Sphinx (finally!) - - New styles: "xcode" and "igor", similar to the default highlighting of the respective IDEs. @@ -96,6 +96,8 @@ Version 2.0 - C family lexers: fix parsing of indented preprocessor directives (#944). +- Rust lexer: update to 0.9 language version (PR#270). + Version 1.6 ----------- |