summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-03-29 01:12:03 +0200
committerJean Abou Samra <jean@abou-samra.fr>2023-03-29 01:12:03 +0200
commita1dfcc09051a76b0171da4f6150a82fed168d759 (patch)
treeaa05e1c08fe41af770fcccd2a77f24e01b12a1f7 /CHANGES
parent2a2537d1d26b55a8c558ebda48523951bae2969e (diff)
downloadpygments-git-a1dfcc09051a76b0171da4f6150a82fed168d759.tar.gz
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 4d4eb4ae..2f1daa57 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,15 +19,16 @@ Version 2.15.0
as well as the ``off`` modifier (#2327).
* APDL: miscellaneous improvements (#2314)
* bash/tcsh:
-
+
- Move ``break`` to keywords (#2377)
- Improve bash math expansion lexing (#2255, #2353)
-
+
+ * Chapel: Support attributes (#2376)
* CMake: Implement bracket style comments (#2338, #2354)
* CSS: Improve lexing of numbers inside function calls (#2382, #2383)
* diff: support normal diff syntax, as opposed to unified diff syntax (#2321)
* GLSL, HLSL:
-
+
- Support line continuations in preprocessor code (#2350)
- Improve preprocessor directive handling (#2357)