Skip to content

Commit

Permalink
Update changelog for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Apr 24, 2020
1 parent f94c43a commit b62739e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.7.0] - 2020-04-23
### Added
- basic support for namespaces
- experimental parser support for import statements (no transpile yet)
### Changed
- parser produces TokenKind.Library now instead of an identifier token for library.



## [0.6.0] 2020-04-15
### Added
- ability to filter out diagnostics by using the `diagnosticFilters` option in bsconfig
Expand Down Expand Up @@ -150,6 +159,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.7.0]: https://github.com/rokucommunity/brighterscript/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/rokucommunity/brighterscript/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/rokucommunity/brighterscript/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/rokucommunity/brighterscript/compare/v0.5.2...v0.5.3
Expand Down

0 comments on commit b62739e

Please sign in to comment.