What changed, and why it matters
This commit only edits two changelog files, removing a line that said a WebUSB upgrade issue was fixed. No actual code, firmware logic, or security behavior is changed. It is a documentation-only edit.
No action needed for this commit. If the removed changelog entry was removed because the fix was reverted or incomplete, review the related code history separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies CHANGELOG.md and CHANGELOG-ZH.md, deleting the entry ‘Fixed an issue with WebUSB upgrade failures’ / ‘修复 WebUSB 升级异常问题’. No source files, build scripts, or configuration are touched. There is no patch, no vulnerability fix, and no introduced weakness in the commit itself.
Changed components
Inspect captured patch +1 / −2
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index ef95cc2..a63012b 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -4,7 +4,7 @@
### Bug 修复
1. 修复自定义 Path 签名异常问题
-2. 修复 WebUSB 升级异常问题
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b92de90..cd4e840 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,6 @@
### Bug Fixes
1. Fixed an issue with custom path signing
-2. Fixed an issue with WebUSB upgrade failures
## 2.2.6(2025-08-06)
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.