diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 7deb42eb50..b0824ed94b 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Migrate storage to version 6. [#4747] +- Changed unknown contract address warning screen. [#5045] ### Removed - Remove BNB Beacon Chain support. [#4227] diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e2d0b9ef18..f9b87992f7 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Migrate storage to version 6. [#4747] -- [T3B1] Changed unknown contract address warning screen. [#5045] +- [T2B1,T3B1] Changed unknown contract address warning screen. [#5045] - [T3T1] Change multiple accounts warning to danger. [#5218] ### Removed