What changed, and why it matters
This commit only updates three date lines in the CHANGELOG.md file, changing '2025' to '2026' for three release entries. It does not modify any source code, build scripts, or documentation with security implications. The change is purely cosmetic/correctional and introduces no security risk.
No security action needed. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff shows three identical typo-style corrections in CHANGELOG.md: ‘May 2025’ to ‘May 2026’, ‘April 2025’ to ‘April 2026’, and ‘March 2025’ to ‘March 2026’. No executable code, configuration, or dependency files are touched. The commit is a documentation-only date fix with no security relevance.
Changed components
CHANGELOG.mdInspect captured patch +3 / −3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d600321..e1bf932 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Changelog 26.08.0 - May 2025
+# Changelog 26.08.0 - August 2026
### Security Fixes
- Camera entropy: fix a heap buffer overflow in the Shannon entropy module. Only the Maix Bit could trigger it, a device discontinued in 25.09.0 with no known users; every other device feeds the module a frame that fits. The module copied the whole frame into a fixed 320x240 RGB565 (153,600 byte) scratch buffer, so the Maix Bit's larger CIF frames (352x288 RGB565, 202,752 bytes) wrote 49,152 bytes past the end. The scratch copy has been removed entirely, the read length is now capped and rounded to whole pixels, and the CIF path is gone along with the Maix Bit
@@ -35,7 +35,7 @@ Switch from the pure-Python urtypes and foundation-ur-py packages to the new uUR
- Hide the QR code title in line and region view modes, where it overlapped
the part index
-# Changelog 26.04.0 - April 2025
+# Changelog 26.04.0 - April 2026
### Security Fixes
- Reject PSBT inputs with non-standard sighash types before signing
@@ -50,7 +50,7 @@ Switch from the pure-Python urtypes and foundation-ur-py packages to the new uUR
- File manager: filter "."/".." and entries containing path separators from SD listings, blocking directory traversal via crafted FAT entries
- KEF decryption: in-session exponential backoff (1s, 2s, 4s … capped at 30s) on failed attempts, slowing interactive brute forcing without persisting lockout state to flash
-# Changelog 26.03.0 - March 2025
+# Changelog 26.03.0 - March 2026
### New Device Support: Embed Fire
This device shares similarities with the WonderMV but stands out with its larger 2.4" touchscreen.
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.