summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-20 09:30:11 +0100
committerGeorg Brandl <georg@python.org>2014-01-20 09:30:11 +0100
commit50a10ba2ff48c222437b584658332d83bf351bed (patch)
tree098972ece14247ed57f688af0f367704db22c494
parent9e82ecd5a3102005a4ba414bdc03572fb58b371d (diff)
downloadpygments-50a10ba2ff48c222437b584658332d83bf351bed.tar.gz
Rust 0.9: add to changelog and attribution
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES6
2 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index ffae0944..cfa1e532 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/CHANGES b/CHANGES
index 83d246cd..028d3595 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-----------