Skip to content

Commit

Permalink
feat: optional trailing semicolons for struct/message field declarati…
Browse files Browse the repository at this point in the history
…ons (tact-lang#395)
  • Loading branch information
anton-trunov authored Jun 11, 2024
1 parent a59bf32 commit f51821d
Show file tree
Hide file tree
Showing 9 changed files with 452 additions and 66 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Trailing semicolons in struct and message declarations are optional now: PR [#395](https://github.com/tact-lang/tact/pull/395)

### Fixed

- Return type of `skipBits` now matches FunC and does not lead to compilation errors: PR [#388](https://github.com/tact-lang/tact/pull/388)
Expand Down
Loading

0 comments on commit f51821d

Please sign in to comment.