Skip to content

Commit

Permalink
Update dev-docs/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Feb 7, 2025
1 parent 5d8dbee commit 9cc622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Better error message for `extend function without parameters` error: PR [#1624](https://github.com/tact-lang/tact/pull/1624)
- Don't generate `lazy_deployment_completed` by default: PR [#1717](https://github.com/tact-lang/tact/pull/1717)
- Optimized `emptyCell()` and `emptySlice()` functions: PR [#1696](https://github.com/tact-lang/tact/pull/1696)
- Error message for reserved `self` function argument now suggests using `extends` function modifier: PR [#1737](https://github.com/tact-lang/tact/pull/1737)
- Error message for reserved `self` function parameter now suggests using `extends` function modifier: PR [#1737](https://github.com/tact-lang/tact/pull/1737)

### Fixed

Expand Down

0 comments on commit 9cc622a

Please sign in to comment.