Skip to content

Commit

Permalink
Update changelog for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 3, 2019
1 parent f370ccf commit 293f507
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.3.0] - 2019-10-03
### Added
- support for parsing opened files not included in any project.
### Fixed
- parser bug that was preventing comments as their own lines inside associative array literals. ([#29](https://github.com/rokucommunity/brighterscript/issues/28))


## [0.2.2] - 2019-09-27
### Fixed
Expand Down Expand Up @@ -44,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.3.0]: https://github.com/rokucommunity/brighterscript/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/rokucommunity/brighterscript/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/rokucommunity/brighterscript/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/rokucommunity/brighterscript/compare/v0.1.0...v0.2.0
Expand Down

0 comments on commit 293f507

Please sign in to comment.