Update releasenotes.txt [skip ci] (#5636)

This commit is contained in:
chrchr-github 2023-11-07 15:11:41 +01:00 committed by GitHub
parent d26022ac9a
commit 13e74507dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
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)
Improved checking:
-