-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from adityasharad/add-changelog
Add changelog.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |