From d81c69682c96c3f2b265a896cf2d89742b871c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 20 Dec 2023 22:19:37 +0100 Subject: [PATCH] releasenotes.txt: new notes for 2.14 [ci skip] (#5787) --- releasenotes.txt | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/releasenotes.txt b/releasenotes.txt index 593f61498..0db51f000 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,9 +1,7 @@ -Release Notes for Cppcheck 2.13 +Release Notes for Cppcheck 2.14 New checks: -- passedByValueCallback for functions which take a parameter by value but are used as callbacks (subset of passedByValue) -- returnImplicitInt for C functions without return type (previously reported as a debug message) -- iterateByValue for iterating by value in a range-based for loop when a const reference could be used +- Improved checking: - @@ -12,35 +10,10 @@ GUI: - Changed interface: -- Final report of active checkers is reported as a normal information message instead. +- Deprecations: -- "--showtime=top5" has been deprecated and will be removed in Cppcheck 2.14. Please use --showtime=top5_file or --showtime=top5_summary instead. -- Building with Qt5 has been deprecated (it went EOL in May 2023) and will be removed in a future version - please use Qt6 instead. +- Other: -- Windows builds now default to the `native` platform instead of `win32A` or `win64`. Please specify it explicitly if you depend on it. -- The undocumented and deprecated command-line options `--template