Skip to content

Commit

Permalink
Update changelog for v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jul 5, 2023
1 parent 4fa77cf commit 74b5fc0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.41.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.4...v2.41.0) - 2023-07-05
### Added
- ECP Rendezvous tracking (`rendezvousTracking` launch.json option) ([#490](https://github.com/rokucommunity/vscode-brightscript-language/pull/490))
- `fileLogging` launch.json option ([#487](https://github.com/rokucommunity/vscode-brightscript-language/pull/487))
### Changed
### Fixed
- Fix iface syntax highlighting for comments & funcs ([#489](https://github.com/rokucommunity/vscode-brightscript-language/pull/489))
- npm audit issues ([4121aee](https://github.com/rokucommunity/vscode-brightscript-language/commit/4121aee))
- upgrade to [roku-debug@0.20.0](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0200---2023-07-05). Notable changes since 0.18.12:
- Support sgrendezvous through ecp ([roku-debug#150](https://github.com/rokucommunity/roku-debug/pull/150))
- Move `@types/request` to deps to fix `d.bs` files ([#roku-debug691a7be](https://github.com/rokucommunity/roku-debug/commit/691a7be))
- File logging ([roku-debug#155](https://github.com/rokucommunity/roku-debug/pull/155))
- upgrade to [brighterscript@0.65.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0651---2023-06-09). Notable changes since 0.65.0:
- Fix injection of duplicate super calls into classes ([brighterscript#823](https://github.com/rokucommunity/brighterscript/pull/823))
- upgrade to [brighterscript-formatter@1.6.30](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1630---2023-07-05)



## [2.40.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.3...v2.40.4) - 2023-05-18
### Changed
- upgrade to [roku-debug@0.18.12](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#01812---2023-05-18). Notable changes since 0.18.11:
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.65.0",
"brighterscript-formatter": "^1.6.29",
"brighterscript": "^0.65.1",
"brighterscript-formatter": "^1.6.30",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
"fast-xml-parser": "^3.12.16",
Expand Down

0 comments on commit 74b5fc0

Please sign in to comment.