From 23b1c0017925d21e43114b2b42cfc03c763dd10a Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Mon, 20 Apr 2020 23:11:19 +0100 Subject: [PATCH] Update changelog --- extensions/ql-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 8f462dcc0f8..d444f9bd0ef 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -8,6 +8,7 @@ - Add new command in query history to view the query text of the selected query (note that this may be different from the current contents of the query file if the file has been edited). +- Add ability to sort CodeQL databases by name or by date added. ## 1.1.1 - 23 March 2020 @@ -16,7 +17,6 @@ query. - Request user acknowledgment before updating the CodeQL binaries. - Warn when using the deprecated `codeql.cmd` launcher on Windows. -- Add ability to sort QL databases by name or by date added. ## 1.1.0 - 17 March 2020