What changed, and why it matters
This commit only adds text to two changelog files describing a new firmware version (2.3.2). It does not change any source code, so it cannot introduce or fix a security vulnerability by itself. The changelog mentions a bug fix for TON-only message signing, but the actual code change is not present in this commit.
No action needed for this commit. If reviewing the 2.3.2 release, inspect the separate commits that implement the TON-only message signing fix and the BTC change output display changes for security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to CHANGELOG.md and CHANGELOG-ZH.md, adding release notes for version 2.3.2. No executable code, build scripts, configuration, or cryptographic logic is modified. The mention of ‘Fixed message signing issue for TON-only wallets’ is a release-note description, not a code patch.
Changed components
Inspect captured patch +49 / −1
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 897c612..d99f6b3 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,27 @@
+
+## 2.3.2(2025-12-24)
+
+
+**Web3:**
+### 新增
+1. 支持通过 Nabox 钱包管理 EVM 资产
+### 优化
+1. 优化 BTC 钱包连接入口 UI
+2. 优化 BTC change output 展示逻辑
+### Bug 修复
+1. 修复 TON-only 消息签名问题
+
+
+**BTC Only:**
+### 优化
+1. 优化 BTC change output 展示逻辑
+
+
+**Cypherpunk:**
+### 优化
+1. 优化 BTC change output 展示逻辑
+
+
## 2.3.0(2025-12-02)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e9a498..e2f4fce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
-## 2.3.0(2025-12-02)
+## 2.3.2(2025-12-24)
+
+
+**Web3:**
+### What's new
+1. Supported managing EVM assets using Nabox Wallet
+### Improvements
+1. Optimized the BTC wallet connection UI
+2. Optimized the BTC change output display logic
+### Bug Fixes
+1. Fixed message signing issue for TON-only wallets
+
+
+**BTC Only:**
+### Improvements
+1. Optimized the BTC change output display logic
+
+
+**Cypherpunk:**
+### Improvements
+1. Optimized the BTC change output display logic
+
+
+
+## 2.3.0(2025-12-02)
**Web3:**
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.