From 735831fc54e2d736e20b7d35eb77fbc3913e30d5 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:30:56 +0100 Subject: [PATCH] Update releasenotes.txt [skip ci] (#5741) --- releasenotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index 0ad807d38..345239f7f 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.13 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: - @@ -33,4 +34,4 @@ Other: - fixed CMake build with UBSAN and GCC - Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones. - An error is now reported when the "cppcheck.cfg" is invalid. The CLI version will also exit with a failure in that case. -- Fixed loading of addons from "cppcheck.cfg" in the GUI application. \ No newline at end of file +- Fixed loading of addons from "cppcheck.cfg" in the GUI application.