From 71e9eda4bd10ab3798da1f50e4095d6c27168723 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Wed, 2 Oct 2024 13:56:03 +0200 Subject: [PATCH] Update CHANGELOG --- extensions/ql-vscode/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 0547c69db7a..2df1d3a5595 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -2,6 +2,8 @@ ## [UNRELEASED] +- Increase the required version of VS Code to 1.90.0. [#3737](https://github.com/github/vscode-codeql/pull/3737) + ## 1.15.0 - 26 September 2024 - Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)