Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Mar 25, 2023
1 parent 15f222a commit c4ea8a1
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit c4ea8a1

Please sign in to comment.