From 8c6602747ba7658eaced0d0345e60c3000986793 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Wed, 27 Mar 2024 21:59:25 +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 8cef2a470..da8ef070a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update the `dump` function to handle addresses: PR [#175](https://github.com/tact-lang/tact/pull/175) - The implicit empty `init` function is now present by default in the contract if not declared: PR [#167](https://github.com/tact-lang/tact/pull/167) -- `@stdlib/stoppable` now imports `@stdlib/ownable` so the programmer of does not have to do it separately: PR [#193](https://github.com/tact-lang/tact/pull/193) +- `@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