From 7c2c1ea5d5af232aa8d5f93a697cd609ad10da55 Mon Sep 17 00:00:00 2001 From: Bronley Date: Sat, 16 Jan 2021 22:47:07 -0500 Subject: [PATCH] update changelog for v0.28.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688688607..627ab13ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.28.0] - 2021-01-16 +### Added + - annotation support for classes and class methods ([#270](https://github.com/rokucommunity/brighterscript/pull/270)) +### fixed + - bugs with go-to-definition and signature help for namespace functions, classes, and callfunc calls + + + ## [0.27.0] - 2021-01-15 ### Changed - plugin system changed to require a factory function instead of a singleton object ([#272](https://github.com/rokucommunity/brighterscript/pull/272)) @@ -826,4 +834,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.24.2]: https://github.com/rokucommunity/brighterscript/compare/v0.24.1...v0.24.2 [0.25.0]: https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0 [0.26.0]: https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0 -[0.27.0]: https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0 \ No newline at end of file +[0.27.0]: https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0 +[0.28.0]: https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0 \ No newline at end of file