summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)