diff options
-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 ----------- |