summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2022-09-01 23:09:32 +0200
committerJean Abou Samra <jean@abou-samra.fr>2022-09-01 23:09:32 +0200
commite94cb7eeaabaf8cccffabf3e431e284561139f04 (patch)
treef90fc4ddbfd244db41a3b171dbad7f8b28718ff6
parent728e63cfa969eaeb187b71807a5b20f12999e9fb (diff)
downloadpygments-git-e94cb7eeaabaf8cccffabf3e431e284561139f04.tar.gz
Update CHANGES
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d9e4a40b..27828195 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,22 @@ Version 2.14.0
--------------
(not released yet)
+- Added lexers:
+
+ * GAP session (#2211)
+
+- Updated lexers:
+
+ * C family (C, C++ and many others): fix an issue where a chunk would
+ be wrongly recognized as a function definition due to braces in
+ comments (#2210)
+ * Inform 6: fix lexing of properties and doubles (#2214)
+ * NASM: add support for SSE/AVX/AVX-512 registers as well as 'rel'
+ and 'abs' address operators (#2212)
+
+- Fix `make mapfiles` when Pygments is not installed in editable mode
+ (#2223)
+
Version 2.13.0
--------------
(released August 15th, 2022)