docs(core): fix date format for consistency
What changed, and why it matters
This commit only changes the wording of a date in two changelog files, switching from 'December 10th 2025' to '10th December 2025' for consistency. It does not touch any program code, build scripts, or security-related documentation.
No security action needed. This is a documentation formatting commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to two Markdown changelog files (core/CHANGELOG.T3W1.md and core/CHANGELOG.md). Both edits are purely cosmetic date-format changes in a section heading. No source code, configuration, cryptographic, or firmware-related files are modified.
Changed components
Inspect captured patch +2 / −2
diff --git a/core/CHANGELOG.T3W1.md b/core/CHANGELOG.T3W1.md
index 028c7916..289c3ccc 100644
--- a/core/CHANGELOG.T3W1.md
+++ b/core/CHANGELOG.T3W1.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [2.9.6] (December 10th 2025)
+## [2.9.6] (10th December 2025)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index e432fc5d..e705807d 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [2.9.6] (December 10th 2025)
+## [2.9.6] (10th December 2025)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
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.