From e2bb5a277705da6cf2110f35d228f5f93e694c5e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 19 Aug 2024 16:52:12 +0100 Subject: [PATCH] Add changelog note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66e4d347..00814f623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] -No user facing changes. +- Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. [#2430](https://github.com/github/codeql-action/pull/2430) ## 3.26.2 - 14 Aug 2024