What changed, and why it matters
This commit only adds a missing period to two changelog entries describing a new Cardano feature. There are no code changes and no security relevance.
No action needed; this is a documentation/changelog formatting fix with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies two .changelog.d/3509.added files (core and python), changing the text from ‘Cardano: Add support for signing arbitrary messages’ to ‘Cardano: Add support for signing arbitrary messages.’ It is purely a formatting/typo fix in changelog fragments.
Changed components
Inspect captured patch +2 / −2
diff --git a/core/.changelog.d/3509.added b/core/.changelog.d/3509.added
index 32c2f72d4..302f39f95 100644
--- a/core/.changelog.d/3509.added
+++ b/core/.changelog.d/3509.added
@@ -1 +1 @@
-Cardano: Add support for signing arbitrary messages
+Cardano: Add support for signing arbitrary messages.
diff --git a/python/.changelog.d/3509.added b/python/.changelog.d/3509.added
index 32c2f72d4..302f39f95 100644
--- a/python/.changelog.d/3509.added
+++ b/python/.changelog.d/3509.added
@@ -1 +1 @@
-Cardano: Add support for signing arbitrary messages
+Cardano: Add support for signing arbitrary messages.
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.