What changed, and why it matters
This commit only renames two changelog fragment files so they reference the correct pull request number (5928 instead of 5922). The actual text describing the feature—allowing the device serial number to be exported—does not change. There is no code change and no security impact.
No action required; this is a non-functional changelog housekeeping commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes two changelog fragments named 5922.added and creates identically named 5928.added files with the same content. This is a metadata-only correction to align changelog entries with the actual PR number. No source code, build scripts, tests, or documentation content is modified.
Changed components
Inspect captured patch +2 / −2
diff --git a/core/.changelog.d/5922.added b/core/.changelog.d/5922.added
deleted file mode 100644
index 40e8c9de2..000000000
--- a/core/.changelog.d/5922.added
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Allow exporting device serial number.
diff --git a/core/.changelog.d/5928.added b/core/.changelog.d/5928.added
new file mode 100644
index 000000000..40e8c9de2
--- /dev/null
+++ b/core/.changelog.d/5928.added
@@ -0,0 +1 @@
+[T3W1] Allow exporting device serial number.
diff --git a/python/.changelog.d/5922.added b/python/.changelog.d/5922.added
deleted file mode 100644
index 3efa9fd58..000000000
--- a/python/.changelog.d/5922.added
+++ /dev/null
@@ -1 +0,0 @@
-Allow exporting device serial number.
diff --git a/python/.changelog.d/5928.added b/python/.changelog.d/5928.added
new file mode 100644
index 000000000..3efa9fd58
--- /dev/null
+++ b/python/.changelog.d/5928.added
@@ -0,0 +1 @@
+Allow exporting device serial number.
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.