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