From 805d3e6da98c9131d68248542ef3f5d07e1e476f Mon Sep 17 00:00:00 2001 From: i582 <51853996+i582@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:33:22 +0400 Subject: [PATCH] added entry to CHANGELOG.md --- dev-docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/CHANGELOG.md b/dev-docs/CHANGELOG.md index af38c6cfb..5aff1453e 100644 --- a/dev-docs/CHANGELOG.md +++ b/dev-docs/CHANGELOG.md @@ -74,8 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Forbid read and write to self in contract init function: PR [#1482](https://github.com/tact-lang/tact/pull/1482) - Support for using a constant within another constant and for the default value of a struct field before constant declaration: PR [#1478](https://github.com/tact-lang/tact/pull/1478) - Incorrect call generation to a mutation function: PR [#1608](https://github.com/tact-lang/tact/pull/1608) -- Support overriding constants and methods of BaseTrait: PR [#1591](https://github.com/tact-lang/tact/pull/1591) - Allow constant/trait constants depend on each other: PR [#1622](https://github.com/tact-lang/tact/pull/1622) +- Support overriding constants and methods of BaseTrait: PR [#1591](https://github.com/tact-lang/tact/pull/1591) +- Forbid traits inherit implicitly from BaseTrait: PR [#1591](https://github.com/tact-lang/tact/pull/1591) ### Docs