From c898fc35841e6a15d451e2aac0d91192342b2cc3 Mon Sep 17 00:00:00 2001 From: Cary Converse Date: Thu, 11 Apr 2024 20:46:50 -0400 Subject: [PATCH] update release notes for CLICOLOR_FORCE --- releasenotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.txt b/releasenotes.txt index bf159e7a5e3..4b80dcbb00b 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -29,3 +29,4 @@ Other: - Fixed crash with '--rule-file=' if some data was missing. - '--rule-file' will now bail out if a rule could not be added or a file contains unexpected data. - Add option '--check-version', you can use it to pin the cppcheck version in a script. +- Add support for 'CLICOLOR_FORCE' environment variable to force color output for diagnostics in Unix-based systems.