From 0dfc64c7e8b9c94c654da475e1d2c88b8a1df96b Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 27 Jul 2020 09:53:31 -0700 Subject: [PATCH] Remove unreleased feature from changelog --- extensions/ql-vscode/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 295629c14..4ce2d2e86 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -2,9 +2,7 @@ ## [Unreleased] -- Add the AST Viewer to inspect the QL AST of a source file in a database. Currently, only available for C/C++ sources. - Fix error with choosing qlpack search path. -- Add the AST Viewer to inspect the QL AST of a source file in a database. Currently, only available for C/C++ sources. - Fix pagination when there are no results. - Suppress database downloaded from URL message when action canceled. - Fix QL test discovery to avoid showing duplicate tests in the test explorer.