summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-26 06:15:10 +0100
committerGeorg Brandl <georg@python.org>2019-11-26 06:15:10 +0100
commita64aaa396f15bb6215bf6bef8e514ed493aecf05 (patch)
tree699237ebd88e083aa13d224a9652169fe25cca9b
parent176f1ac9efbbbd6b011f1537b20ab379cef2d9be (diff)
downloadpygments-git-a64aaa396f15bb6215bf6bef8e514ed493aecf05.tar.gz
Update changelog
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5b6306a2..568392f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,9 @@ Version 2.5.0
* Email (PR#1246)
* Erlang, Elxir shells (PR#823, #1521)
* Zig (PR#820)
+ * Zeek (new name for Bro) (PR#1264)
+ * Notmuch (PR#1269)
+ * Scdoc (PR#1268)
- Updated lexers:
@@ -23,10 +26,12 @@ Version 2.5.0
* Handlebars (PR#773)
* Python3 (PR#1255)
* YAML (#1528)
+ * Matlab (PR#1271)
+ * Logtalk (PR#1261)
- Added styles:
- * Inkpot (#1276)
+ * Inkpot (PR#1276)
- The ``PythonLexer`` class is now an alias for the former ``Python3Lexer``.
The old ``PythonLexer`` is available as ``Python2Lexer``. Same change has
@@ -53,6 +58,7 @@ Version 2.5.0
- Velocity: support silent reference syntax
- Agda: fix lambda highlighting
- Python: recognize ``.jy`` filenames (#976)
+- Shell sessions: recognize Virtualenv prompt (PR#1266)
- Image formatter: actually respect ``line_number_separator`` option