From a1ff9f0e6123fca1237356699f926a1d9fa29f9a Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 13 Oct 2020 06:49:17 -0400 Subject: [PATCH] update changelog v0.16.6 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2befe57d..3f4a1ce16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.16.6] - 2020-10-13 +### Fixed + - quirk in the GitHub actions workflow that didn't publish the correct code. + + + ## [0.16.5] - 2020-10-13 ### Fixed - performance issue during the parse phase. We now defer certain collections until needed. ([#210](https://github.com/rokucommunity/brighterscript/pull/210)) @@ -605,3 +611,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.16.3]: https://github.com/rokucommunity/brighterscript/compare/v0.16.2...v0.16.3 [0.16.4]: https://github.com/rokucommunity/brighterscript/compare/v0.16.3...v0.16.4 [0.16.5]: https://github.com/rokucommunity/brighterscript/compare/v0.16.4...v0.16.5 +[0.16.6]: https://github.com/rokucommunity/brighterscript/compare/v0.16.5...v0.16.6 \ No newline at end of file