docs(core): add a changelog entry for #7388
What changed, and why it matters
This commit only adds a one-line changelog note saying a host-disconnection handling bug was fixed for the T3W1 device. There is no actual code change in the commit, so it cannot by itself introduce or fix a security issue. It merely documents a fix that happened in an earlier pull request (#6676).
No action needed for this commit. If reviewing for security, examine the actual fix in PR #6676 and the original issue/bug in PR #7175 to assess whether host disconnection handling had any security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates core/.changelog.d/7388.fixed with the text ‘[T3W1] Fix host disconnection handling.’ No source code is modified. The commit message references prior PRs #7175 (introduction) and #6676 (fix). The actual fix is not present in this diff, so this commit is purely documentation/metadata.
Changed components
core/.changelog.d/7388.fixedInspect captured patch +1 / −0
diff --git a/core/.changelog.d/7388.fixed b/core/.changelog.d/7388.fixed
new file mode 100644
index 00000000..9b9f3288
--- /dev/null
+++ b/core/.changelog.d/7388.fixed
@@ -0,0 +1 @@
+[T3W1] Fix host disconnection handling.
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.