chore(i18n): drop release-owned changelog entry

This commit is contained in:
Vincent Koc
2026-07-28 09:20:31 +02:00
parent 9b63702543
commit cfaeb89a25

View File

@@ -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)