From 9afd35b5b19e688e96d9742a66e9dfd78ff0d0a1 Mon Sep 17 00:00:00 2001 From: Gusarich Date: Fri, 29 Mar 2024 11:52:52 +0300 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02b08b12..558dfb5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@stdlib/stoppable` now imports `@stdlib/ownable` so the programmer does not have to do it separately: PR [#193](https://github.com/tact-lang/tact/pull/193) ### Fixed -- Incorrect "already exists" errors when using names such as `toString` or `valueOf`: PR [#204](https://github.com/tact-lang/tact/pull/204) +- Incorrect "already exists" errors when using names such as `toString` or `valueOf`: PR [#208](https://github.com/tact-lang/tact/pull/208) ## [1.2.0] - 2024-02-29