Skip to content

Commit 5b28888

Browse files
update changelog for v2.28.0
1 parent e3f6d88 commit 5b28888

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.28.0](https://github.com/RokuCommunity/vscode-brightscript-language/compare/v2.27.2...v2.28.0) - 2022-02-11
8+
### Changed
9+
- updated to [brighterscript@0.45.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0450---2022-02-11)
10+
- `enum` language feature ([BrighterScript#484](https://github.com/rokucommunity/brighterscript/pull/484))
11+
- updated to [brighterscript-formatter@1.6.8](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#168---2022-02-11)
12+
- adds enum indentation support
13+
### Fixed
14+
- fixed bug with indented enum syntax highlighting
15+
- bug with namespace, interface, and enum indentation rules
16+
717

818

919
## [2.27.2](https://github.com/RokuCommunity/vscode-brightscript-language/compare/v2.27.1...v2.27.2) - 2022-02-08
20+
### Added
21+
- enum syntax highlighting ([#359](https://github.com/rokucommunity/vscode-brightscript-language/pull/359))
1022
### Changed
1123
- updated to [brighterscript@0.44.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0440---2022-02-08)
1224
- fixed bug in hover showing required params as optional and optional params as required ([brighterscript#501](https://github.com/rokucommunity/brighterscript/pull/501))

0 commit comments

Comments
 (0)