From a0d251dfb483558a6bd42a7828732719ff6ab14e Mon Sep 17 00:00:00 2001 From: PeterShort-kx <163027900+PeterShort-kx@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:31:43 -0400 Subject: [PATCH] Correct formatting and spellings for 1.6 changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae4e171..97f466f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,14 +13,14 @@ All notable changes to the **kdb VS Code extension** are documented in this file ### Enhancements - Display meta data for Insights connections -- Added option to click at meta data and open in json format the meta data -- Ability to change the name of the Keycloak realm, used for authentication, from the default value of `insights`. This enables the connection to a kdb Insights Enterprise Free trial instance. -- Improve the console log quality to "kdb"output pane +- Added option to click on meta data and open the meta data in json format +- Ability to change the name of the Keycloak realm, used for authentication, from the default value of `insights`. This enables the connection to a kdb Insights Enterprise Free trial instance +- Improve the console log quality to "kdb" output pane - Insights free trial instances are supported - Added execute block command for q code - Added hotkey to cache function parameters for q code -- Extension now reconigze which version of Insights is connected -- Extension changes scratchpad endpoints accordly to the Insights versions +- Extension now recognizes which version of Insights is connected +- Extension changes scratchpad endpoints according to the Insights versions - Allow connection information in user settings to be editable - Allow same server address to be used in multiple connections - Language server features works on unsaved files @@ -33,7 +33,7 @@ All notable changes to the **kdb VS Code extension** are documented in this file - Fixed delay when executing query on KDB+ connections - Make connection names case insensitive - Fixed GUID type displayed as number for Insights -- Fixed problem when the user close(not hide) the Results Tab +- Fixed problem when the user closes (not hides) the Results Tab - Fixed time zone for populate scratchpad ### Internal Improvements