summaryrefslogtreecommitdiff
path: root/changelogs/changes-1.23.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-1.23.1.md')
-rw-r--r--changelogs/changes-1.23.1.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelogs/changes-1.23.1.md b/changelogs/changes-1.23.1.md
index dc4a23535..9a0a20d66 100644
--- a/changelogs/changes-1.23.1.md
+++ b/changelogs/changes-1.23.1.md
@@ -1,10 +1,12 @@
+# C/C++ Support
+* Added support for c17 and c2x values in cpp.cLanguageVersion.
+* Added support for cpp.cLanguageVersion for the MSVC toolchain.
+
# Qt Support
* Adapted to new location of qscxmlc in Qt 6.3.
# Other modules
* Fixed protobuf linking on macOS 11.
-* Added support for c17 and c2x values in cpp.cLanguageVersion
-* Added support for cpp.cLanguageVersion for the MSVC toolchain
# Contributors
* Christian Kandeler