diff --git a/releasenotes.txt b/releasenotes.txt index 19a19bf5577..18bd7a396e5 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,7 +1,8 @@ Release Notes for Cppcheck 2.17 New checks: -- +- staticFunction: detect functions that should have internal linkage since they + are not used outside of their translation unit. Improved checking: -