diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5af7eb5..11835f437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactor AST types to simplify access to third-party tools: PR [#325](https://github.com/tact-lang/tact/pull/325) - Refactor the compiler API used to access AST store: PR [#326](https://github.com/tact-lang/tact/pull/326) - Update JSON Schema to inform about usage in Blueprint: PR [#330](https://github.com/tact-lang/tact/pull/330) +- Allow underscores as unused variable identifiers: PR [#338](https://github.com/tact-lang/tact/pull/338) ### Fixed