From d71ded5b97bac3b8fe21aaca506d673ee09a5bea Mon Sep 17 00:00:00 2001 From: Gusarich Date: Tue, 26 Mar 2024 14:45:50 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96296a660..80f02580c 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 ### 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` by itself: PR [#193](https://github.com/tact-lang/tact/pull/193) ### Fixed