summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2023-03-25 14:11:11 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2023-03-25 14:11:11 +0100
commitc4ea8a14b735c3c909d461271600bf83779f7f18 (patch)
tree218d8b354f7345a810bf32f5d8e3029b407caceb /CHANGES
parent15f222adefd2bf7835bfd74a12d720028ae68d29 (diff)
downloadpygments-git-c4ea8a14b735c3c909d461271600bf83779f7f18.tar.gz
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e8f73b06..e16b80f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,14 +18,25 @@ Version 2.15.0
* AMDGPU: add support for ``scratch_`` instructions, the ``attr*.*`` argument,
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)
+
+ * CMake: Implement bracket style comments (#2338, #2354)
* diff: support normal diff syntax, as opposed to unified diff syntax (#2321)
- * GLSL, HLSL: support line continuations in preprocessor code (#2350)
+ * GLSL, HLSL:
+
+ - Support line continuations in preprocessor code (#2350)
+ - Improve preprocessor directive handling (#2357)
+
* LilyPond: minor update of builtins
- * PHP: support attributes (#2347, #2360), fix anonymous classes without
+ * PHP: support attributes (#2055, #2347, #2360), fix anonymous classes without
parameters (#2359), improve lexing of variable variable syntax (#2358)
* Python: add missing builtins (#2334)
+ * Rebol/Red: Don't require script headers (#2348, #2349)
* Spice: update keywords (#2336)
- * SQL+Jinja (``analyse_text`` method): fix catastrophic backtracking
+ * SQL+Jinja (``analyse_text`` method): fix catastrophic backtracking (#2355)
- Declare support for Python 3.11 and drop support for Python 3.6 (#2324).
- Update ``native`` style to improve contrast (#2325).
@@ -109,7 +120,7 @@ Version 2.14.0
- Add ``.nasm`` as a recognized file type for NASM (#2280)
- Add ``*Spec.hs`` as a recognized file type for ``HSpec`` (#2308)
- Add ``*.pyi`` (for typing stub files) as a recognized file type for
- Python (#2331)
+ Python (#2231)
- The HTML lexer no longer emits empty spans for whitespace (#2304)
- Fix ``IRCFormatter`` inserting linenumbers incorrectly (#2270)