summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2022-09-29 20:21:43 +0200
committerJean Abou Samra <jean@abou-samra.fr>2022-09-29 20:21:43 +0200
commit4064ca893a4c6fd1bd070b8e8f6339b6c345aabf (patch)
tree2db74a2ac00d214638390fc51c6b5c0fdcd8ac09
parente24c8cd21ba23f32bfd33dbff4cca55a66097f9d (diff)
downloadpygments-git-4064ca893a4c6fd1bd070b8e8f6339b6c345aabf.tar.gz
Update CHANGES
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1e40d70c..9bed7bb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,10 +10,8 @@ Version 2.14.0
- Added lexers:
* GAP session (#2211)
+ * Fift (#2249)
* func (#2232)
- * Java properties: fix issue with whitespace-delimited keys, support
- comments starting with `!` and escapes, no longer support undocumented
- `;` and `//` comments (#2241)
* Jsonnet (#2239)
* MIPS (#2228)
* Phix (#2222)
@@ -29,6 +27,9 @@ Version 2.14.0
* HTTP: add `CONNECT` keyword
* Inform 6: fix lexing of properties and doubles (#2214)
* INI: allow comments that are not their own line (#2217)
+ * Java properties: fix issue with whitespace-delimited keys, support
+ comments starting with `!` and escapes, no longer support undocumented
+ `;` and `//` comments (#2241)
* Nim: general improvements (#1970)
* Objective J: fix catastrophic backtracking (#2225)
* NASM: add support for SSE/AVX/AVX-512 registers as well as 'rel'