From b8bd1d30d9e01dda3cba876f1a8a2dc6b2bdad67 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 31 Jan 2026 20:46:20 +0800 Subject: [PATCH] docs(changelog): add Linux ARM64 and error display fix to v3.10.3 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45c9508e..614ce4ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ This release introduces a generic API format selector, pricing configuration enh - **NVIDIA NIM Preset**: New provider preset for Claude and OpenCode with nvidia.svg icon - **n1n.ai Preset**: New provider preset (#667) - **Update Badge Icon**: Replace update badge dot with ArrowUpCircle icon +- **Linux ARM64**: CI build support for Linux ARM64 architecture ### Changed @@ -52,6 +53,7 @@ This release introduces a generic API format selector, pricing configuration enh - **Duplicate Skills**: Prevent duplicate skill installation from different repos (#778) - **Windows Tests**: Stabilize test environment (#644) - **i18n**: Update apiFormatOpenAIChat label to mention proxy requirement +- **Error Display**: Use extractErrorMessage for complete error display in mutations - **Sponsors**: Add AICodeMirror and reorder sponsor list ---