summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2022-09-14 22:04:06 +0200
committerJean Abou Samra <jean@abou-samra.fr>2022-09-14 22:04:06 +0200
commit34df2efebaaae539fa2e6ea8e3aad74a2694c071 (patch)
tree0dd1c6a076a7032edd45d29a29e046532ec4d9cb
parent5948faee76fd581c129e75a77af56c3d2fe766a7 (diff)
downloadpygments-git-34df2efebaaae539fa2e6ea8e3aad74a2694c071.tar.gz
Update CHANGES
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65547253..de4b582f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@ Version 2.14.0
* 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)
+ * gas (GNU assembler): recognize braces as punctuation (#2230)
* 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)