diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2022-08-01 20:37:22 +0300 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2022-08-01 20:31:51 +0000 |
commit | 1201bd39dd4bd5901aacaee235bd7371e59f3337 (patch) | |
tree | a1d0c5872b8b933882ea2a9dde6f103d70bd61b0 /changelogs | |
parent | 825d344f0676fbc3ffe17f30b30768f303ee62e2 (diff) | |
download | qbs-1201bd39dd4bd5901aacaee235bd7371e59f3337.tar.gz |
Fix changelogs/changes-1.23.1.md
Cpp module should have its own section.
This amends 825d344f0676fbc3ffe17f30b30768f303ee62e2
and 123256af285883c2c2b21bae5575e18fb8f71beb.
Change-Id: I12ff8a7d7a06093856b3c7ddc60ab60f8bb63a65
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changes-1.23.1.md | 6 |
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 |