Skip to content

Commit

Permalink
chore: update changelog (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
smorrisj authored Apr 6, 2023
1 parent 3458d74 commit 4006fac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4006fac

Please sign in to comment.