diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1b1d4ba..04e3b5432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update the `dump` function to handle addresses: PR [#175](https://github.com/tact-lang/tact/pull/175) -- Support for trailing comma: PR [#179](https://github.com/tact-lang/tact/pull/179) +- Support trailing commas for struct fields and function arguments: PR [#179](https://github.com/tact-lang/tact/pull/179) ### Fixed