From a242fabea63a1f734c86ddd46e42629d16f5e142 Mon Sep 17 00:00:00 2001 From: Gusarich Date: Fri, 25 Oct 2024 09:44:20 +0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2183371..dbc2f87b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `SendDefaultMode` send mode constant to the standard library: PR [#1010](https://github.com/tact-lang/tact/pull/1010) - Docs: initial semi-automated Chinese translation of the documentation: PR [#942](https://github.com/tact-lang/tact/pull/942) - The `replace` and `replaceGet` methods for the `Map` type: PR [#941](https://github.com/tact-lang/tact/pull/941) +- `as coins` map value serialization type is now handled correctly in generated TypeScript bindings: PR [#987](https://github.com/tact-lang/tact/pull/987) ### Changed