diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a96d131..5bdc6b73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Authentication status now persisted in VS Code ([#94](https://github.com/sassoftware/vscode-sas-extension/issues/94)) - Added SAS content navigator. You are now able to browse, edit, create, delete, and run files on a SAS server using a Viya connection ([#56](https://github.com/sassoftware/vscode-sas-extension/issues/56)). - Added support for running SAS code on a remote 9.4 linux server using ssh and -nodms ([#61](https://github.com/sassoftware/vscode-sas-extension/issues/61)). +- Fixed ready timeout on successful connection for remote 9.4 ([#186](https://github.com/sassoftware/vscode-sas-extension/issues/186)). +- Fix to reuse remote 9.4 interactive session to persist WORK tables ([#155](https://github.com/sassoftware/vscode-sas-extension/issues/155)). +- Migrate legacy profiles to use new connectionType property ([#157](https://github.com/sassoftware/vscode-sas-extension/issues/157)). +- Updated error message for unsupported connection type ([#151](https://github.com/sassoftware/vscode-sas-extension/issues/151)). +- Fix to ensure all tests suites run on npm run test ([#147](https://github.com/sassoftware/vscode-sas-extension/issues/147)). +- Fix to properly quote glob patterns for lint command on windows ([#149](https://github.com/sassoftware/vscode-sas-extension/issues/149)). ## [v0.1.2] - 2023-02-01