summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-08-08 07:07:58 +0200
committerGeorg Brandl <georg@python.org>2015-08-08 07:07:58 +0200
commit42edbc48a0f98550d4c40d001e707e2e3b38d8a5 (patch)
tree532cd1cd5f6b61fa1e0f94692ad4badfe0994c47
parentf3817e5d42209595fa787ef81814a8deedfb40ec (diff)
downloadpygments-42edbc48a0f98550d4c40d001e707e2e3b38d8a5.tar.gz
changelog update
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ad5bba49..ed031f86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@ Version 2.1
* Emacs Lisp (PR#431)
* Arduino (PR#442)
* Modula-2 with multi-dialect support (#1090)
+ * Fortran fixed format (PR#213)
- Added styles:
@@ -26,6 +27,8 @@ Version 2.1
- Fixed style inheritance for non-standard token types in HTML output.
+- Added support for async/await to Python 3 lexer.
+
Version 2.0.3
-------------