From 150130af85f7934c710f9679e3809d4cb49e0183 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 27 Mar 2024 09:33:04 -0400 Subject: [PATCH] Update changelog for v0.65.27 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df29d1d74..20c082ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.65.27](https://github.com/rokucommunity/brighterscript/compare/v0.65.26...v0.65.27) - 2024-03-27 +### Added + - Plugin hook provide workspace symbol ([#1118](https://github.com/rokucommunity/brighterscript/pull/1118)) + - Plugin hook for documentSymbol ([#1116](https://github.com/rokucommunity/brighterscript/pull/1116)) +### Changed + - Upgade LSP packages ([#1117](https://github.com/rokucommunity/brighterscript/pull/1117)) +### Fixed + - Improve workspace/document symbol handling ([#1120](https://github.com/rokucommunity/brighterscript/pull/1120)) + - Increase max param count diagnostic to 63 ([#1112](https://github.com/rokucommunity/brighterscript/pull/1112)) + + + ## [0.65.26](https://github.com/rokucommunity/brighterscript/compare/v0.65.25...v0.65.26) - 2024-03-13 ### Fixed - Prevent unused variable warnings on transpiled ternary and null coalescence expressions ([#1101](https://github.com/rokucommunity/brighterscript/pull/1101))