diff --git a/dev-docs/CHANGELOG.md b/dev-docs/CHANGELOG.md index 884f12796..40410b17a 100644 --- a/dev-docs/CHANGELOG.md +++ b/dev-docs/CHANGELOG.md @@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for using a constant within another constant and for the default value of a struct field before constant declaration: PR [#1478](https://github.com/tact-lang/tact/pull/1478) - Incorrect call generation to a mutation function: PR [#1608](https://github.com/tact-lang/tact/pull/1608) - Allow constant/trait constants depend on each other: PR [#1622](https://github.com/tact-lang/tact/pull/1622) +- Combine all generated FunC code into a single file: PR [#1698](https://github.com/tact-lang/tact/pull/1698) ### Docs