From c266a97f4f1de3fb291b6e05a0d2d934b75ba573 Mon Sep 17 00:00:00 2001 From: Gusarich Date: Wed, 15 May 2024 16:58:02 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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