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