Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed May 12, 2024
1 parent 620ce30 commit c18ded4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

<a name="v1.6.1"></a>

## [v1.6.1 - Numeric Labels](https://github.com/lvcabral/brs-engine/releases/tag/v1.6.1) - 11 May 2024

<a name="v1.6.1"></a>

### Release Changes

* Added support for numeric labels by [@lvcabral](https://github.com/lvcabral) in [#372](https://github.com/lvcabral/brs-engine/pull/372)
* Fixed `goto` with `try/catch` by [@lvcabral](https://github.com/lvcabral) in [#371](https://github.com/lvcabral/brs-engine/pull/371)

[Full Changelog][v1.6.0]

<a name="v1.6.0"></a>

## [v1.6.0 - Goto Label Statement](https://github.com/lvcabral/brs-engine/releases/tag/v1.6.0) - 05 May 2024
Expand Down Expand Up @@ -762,6 +775,7 @@ The following is the list of components implemented (some partially or just mock

[Full Changelog][v0.1.0-emu]

[v1.6.1]: https://github.com/lvcabral/brs-engine/compare/v1.6.0...v1.6.1
[v1.6.0]: https://github.com/lvcabral/brs-engine/compare/v1.5.7...v1.6.0
[v1.5.7]: https://github.com/lvcabral/brs-engine/compare/v1.5.6...v1.5.7
[v1.5.6]: https://github.com/lvcabral/brs-engine/compare/v1.5.5...v1.5.6
Expand Down

0 comments on commit c18ded4

Please sign in to comment.