From 5d8e12865d82193180f3c88e5270cdc760ead27f Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 21 Nov 2019 10:11:04 -0800 Subject: [PATCH] Add changelog. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..c9fe8083504 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# CodeQL for Visual Studio Code: Changelog + +## 1.0.1 - 21 November 2019 + +- Change `codeQL.cli.executablePath` to a per-machine setting, so it can no longer be set at the user or workspace level. This helps prevent arbitrary code execution when using a VS Code workspace from an untrusted source. +- Improve the highlighting of the selected query result within the source code. +- Improve the performance of switching between result tables in the CodeQL Query Results view. +- Fix the automatic upgrading of CodeQL databases when using upgrade scripts from the workspace. +- Allow removal of items from the CodeQL Query History view. + + +## 1.0.0 - 14 November 2019 + +Initial release of CodeQL for Visual Studio Code. \ No newline at end of file