From cfaeb89a250af6de6fe3835fba44b41d4e064e3e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 28 Jul 2026 09:20:31 +0200 Subject: [PATCH] chore(i18n): drop release-owned changelog entry --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f968347533c..3230e4e3b584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,6 @@ Docs: https://docs.openclaw.ai ### Fixes -- **macOS privacy prompts:** package translated permission descriptions for every shipped locale, including screen capture and location prompts, instead of falling back to English system dialogs. - **Codex native controls:** stop misclassifying valid thinking/fast runtime controls as provider overrides so Codex routes keep their native controls, while provider-native objects and invalid values stay fail-closed. Thanks @VACInc. (#107588) - **State snapshot verification:** run SQLite snapshot verification in a separate process so worker-thread file closes no longer drop the Gateway's POSIX WAL locks, eliminating spurious WAL misses and I/O errors. Thanks @VACInc. (#114016) - **Reply latency with model policies:** reuse one immutable plugin-metadata snapshot per model-selection run instead of repeating plugin discovery, cutting reply delay when a model policy is configured. Thanks @VACInc. (#114117)