From 2f8540dd316af4b6d54b847dba3e67bea2b870e0 Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Mon, 31 Jul 2023 10:08:17 +0100 Subject: [PATCH] Add CHANGELOG entry for intra-layer parallelism rollout --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb93cc7e3..a9d6e331f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -No user facing changes. +- We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. [#1817](https://github.com/github/codeql-action/pull/1817) ## 2.21.2 - 28 Jul 2023