From 179cac51c6cf4c27ee1d48406685cbd23a6019e7 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Tue, 2 Apr 2024 21:18:24 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3643e38c2..f961bea0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - JSON Schema for `tact.config.json`: PR [#194](https://github.com/tact-lang/tact/pull/194) - Display an error for integer overflow at compile-time: PR [#200](https://github.com/tact-lang/tact/pull/200) - Non-modifying `StringBuilder`'s `concat` method for chained string concatenations: PR [#217](https://github.com/tact-lang/tact/pull/217) -- `toString` function for `Address` type: PR [#224](https://github.com/tact-lang/tact/pull/224) +- `toString` extension function for `Address` type: PR [#224](https://github.com/tact-lang/tact/pull/224) ### Changed - Update the `dump` function to handle addresses: PR [#175](https://github.com/tact-lang/tact/pull/175)