From b43b1d4c8e5e28451cc08489473e8b089dca119a Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Tue, 28 May 2024 09:53:24 +0000 Subject: [PATCH] Update changelog for progress reporting on post-evaluation steps --- extensions/ql-vscode/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index bb3311a05..ae10f4caf 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - Fix a bug when re-importing test databases that erroneously showed old source code. [#3616](https://github.com/github/vscode-codeql/pull/3616) +- Update the progress window with details on potentially long-running post-processing steps after running a query. [#3622](https://github.com/github/vscode-codeql/pull/3622) ## 1.13.0 - 1 May 2024