summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-24 16:31:04 +0100
committerGeorg Brandl <georg@python.org>2019-11-24 16:41:10 +0100
commit3c43bd4a5b29330ca8d98a53c48df687342d864a (patch)
treea66c669d807cf87fbccd0981b84fbed1ddb1d0fb
parentab2144fca3ecba6bd585912fe3c2a342d55859be (diff)
downloadpygments-git-3c43bd4a5b29330ca8d98a53c48df687342d864a.tar.gz
Update changelog
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98e7381c..0f07c40f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,17 @@ Version 2.5.0
- Reduce ``TeraTerm`` lexer score -- it used to match nearly all languages
(#1256)
- Treat ``Skylark``/``Starlark`` files as Python files (PR#1259)
+- Fix Matlab recognition of ``function`` keyword
+- Add LICENSE file to wheel builds
+- Emacs Lisp: add more string functions
+- Java: support ``var`` contextual keyword
+- Ruby: support squiggly heredocs
+- Dart: support ``@`` annotations
+- GAS: accept registers in directive arguments
+- Dockerfile: accept ``FROM ... AS`` syntax
+- Velocity: support silent reference syntax
+- Agda: fix lambda highlighting
+- Image formatter: actually respect ``line_number_separator`` option
Version 2.4.2