What changed, and why it matters
This commit only updates changelog files by removing issue reference numbers (like [#246], [#248], [#249]) from three existing security-related entries. It does not change any source code, firmware behavior, or fix any bug. The actual security fixes were already made in earlier commits; this is purely a documentation formatting cleanup.
No action required. This is a documentation-only changelog edit with no security or functional impact.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies six markdown changelog files (core/CHANGELOG.T2B1.md, T2T1.md, T3B1.md, T3T1.md, T3W1.md, and core/CHANGELOG.md). In each file, under the ‘### Security’ section, the trailing issue references are stripped from three bullet points: ‘Cached confirmed EIP-712 domain.’, ‘Fixed Solana ALT recipient account parsing.’, and ‘Fixed bug in Solana account type identification.’ No functional code is changed.
Changed components
core/CHANGELOG.T2B1.mdcore/CHANGELOG.T2T1.mdcore/CHANGELOG.T3B1.mdcore/CHANGELOG.T3T1.mdcore/CHANGELOG.T3W1.mdcore/CHANGELOG.mdInspect captured patch +18 / −18
diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md
index 97b9a88c..6a8ff73b 100644
--- a/core/CHANGELOG.T2B1.md
+++ b/core/CHANGELOG.T2B1.md
@@ -18,9 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md
index 727f524c..fb152391 100644
--- a/core/CHANGELOG.T2T1.md
+++ b/core/CHANGELOG.T2T1.md
@@ -18,9 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md
index 1ca67211..3b13aba4 100644
--- a/core/CHANGELOG.T3B1.md
+++ b/core/CHANGELOG.T3B1.md
@@ -18,9 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md
index 9b315084..75806173 100644
--- a/core/CHANGELOG.T3T1.md
+++ b/core/CHANGELOG.T3T1.md
@@ -19,9 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
diff --git a/core/CHANGELOG.T3W1.md b/core/CHANGELOG.T3W1.md
index e27f4c57..8d010869 100644
--- a/core/CHANGELOG.T3W1.md
+++ b/core/CHANGELOG.T3W1.md
@@ -23,9 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 11672f26..aa8be22a 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -23,9 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cached confirmed EIP-712 domain. [#246]
-- Fixed Solana ALT recipient account parsing. [#248]
-- Fixed bug in Solana account type identification. [#249]
+- Cached confirmed EIP-712 domain.
+- Fixed Solana ALT recipient account parsing.
+- Fixed bug in Solana account type identification.
## [2.11.1] (22nd April 2026)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.