diff --git a/dev-docs/CHANGELOG.md b/dev-docs/CHANGELOG.md index 3b5fec416..5375e05ad 100644 --- a/dev-docs/CHANGELOG.md +++ b/dev-docs/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Make `msg_bounced` last parameter of `*_contract_router_internal` for better code generation: PR [#1585](https://github.com/tact-lang/tact/pull/1585) - Inline `*_contract_init` function: PR [#1589](https://github.com/tact-lang/tact/pull/1589) - Better error message for `unresolved name` error: PR [#1595](https://github.com/tact-lang/tact/pull/1595) +- Better error message for `unresolved global function` error: PR [#1610](https://github.com/tact-lang/tact/pull/1610) ### Fixed