Skip to content

Commit

Permalink
fix: only generate non-modifying native function once
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Aug 22, 2024
1 parent 2d67ad5 commit 8112eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remainder fields in the middle of a struct are now forbidden: PR [#697](https://github.com/tact-lang/tact/pull/697)
- Defining two native functions from the same FunC function now does not fail compilation: PR [#699](https://github.com/tact-lang/tact/pull/699)
- Map types are checked for well-formedness in all type ascriptions: PR [#704](https://github.com/tact-lang/tact/pull/704)
- Defining two native functions from the same FunC function now does not fail compilation: PR [#699](https://github.com/tact-lang/tact/pull/699)

## [1.4.3] - 2024-08-16

Expand Down

0 comments on commit 8112eeb

Please sign in to comment.