From 55a0227af913d8adf19987a93bda3fd591107de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 5 Feb 2022 13:57:13 +0100 Subject: [PATCH] releasenotes: start fresh --- releasenotes.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/releasenotes.txt b/releasenotes.txt index e8ea63db4..acf04c9f5 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,2 @@ -release notes for cppcheck-2.7 +release notes for cppcheck-2.8 -Add support for container views. The `view` attribute has been added to the `` library tag to specify the class is a view. The lifetime analysis has been updated to use this new attribute to find dangling lifetime containers.