From 2f91bf550f45272c1a3567a800f4cde49c2b6b45 Mon Sep 17 00:00:00 2001 From: Seb Slight <19554889+sebslight@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:50:10 -0500 Subject: [PATCH] docs: fix changelog PR reference Fix Exec approvals command text formatting issue for safer approval scanning. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d860720dc..3a5a2aa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Docs: https://docs.openclaw.ai ### Fixes -- Exec approvals: format forwarded command text as inline/fenced monospace for safer approval scanning across channels. (#11917) +- Exec approvals: format forwarded command text as inline/fenced monospace for safer approval scanning across channels. (#11937) - Thinking: allow xhigh for `github-copilot/gpt-5.2-codex` and `github-copilot/gpt-5.2`. (#11646) Thanks @seans-openclawbot. - Discord: support forum/media `thread create` starter messages, wire `message thread create --message`, and harden thread-create routing. (#10062) Thanks @jarvis89757. - Web UI: make chat refresh smoothly scroll to the latest messages and suppress new-messages badge flash during manual refresh.