From a4532fdc6148eaabb2c8fb3a4367a6b8823fcb8e Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Wed, 1 Sep 2021 19:28:02 -0400 Subject: [PATCH] Add changenote for AST viewer failure fix --- 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 ba7925674..6de843f37 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -6,6 +6,7 @@ - Add an option _View Results (CSV)_ to view the results of a non-alert query. The existing options for alert queries have been renamed to _View Alerts_ to avoid confusion. [#929](https://github.com/github/vscode-codeql/pull/929) - Allow users to specify the number of paths to display for each alert. [#931](https://github.com/github/vscode-codeql/pull/931) - Adjust pagination controls in _CodeQL Query Results_ to always be visible [#936](https://github.com/github/vscode-codeql/pull/936) +- Fix bug where _View AST_ fails due to recent refactoring in the standard library and query packs. ## 1.5.3 - 18 August 2021