From 7836eb366398898388d041a22162691bdfe2d29c Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Tue, 28 Sep 2021 01:02:14 -0500 Subject: [PATCH] Add some release notes for some features in 2.6 (#3470) --- releasenotes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index 60c4ff55f..4cbe190b1 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,8 @@ +Color output for diagnostics are added for unix-based platforms. +Added symbolic analysis for ValueFlow. A simple delta is used to compute the difference between two unknown variable. + +Rules using the "define" tokenlist can also match #include as well. Misra C 2012 compliance has been "completed"