From 1ad51ed01a09fd70d1f25275a80b836cd81f8cc0 Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Thu, 22 Jun 2023 03:40:36 -0500 Subject: [PATCH] Update releasenotes.txt (#5180) --- releasenotes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index afb3e40bb..9162551de 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -15,3 +15,8 @@ release notes for cppcheck-2.11 - `constVariablePointer` - More command-line parameters will now check if the given integer argument is actually valid. Several other internal string-to-integer conversions will not be error checked. - scanning projects (with -j1) will now defer the analysis of markup files until the whole code was processed +- Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms +- ValueFlow can evaluate the return value of functions even when conditionals are used +- ValueFlow will now forward the container sizes being returned froma function +- ValueFlow can infer possible values from possible symbolic values +- Improve valueflow after pushing to container