From 3b9e0da02d8279c68a2bd024dd24027de1093e7b Mon Sep 17 00:00:00 2001 From: Mason Huang Date: Sat, 18 Apr 2026 14:40:07 +0800 Subject: [PATCH] docs(changelog): deduplicate #67679 entry (#68439) PR #67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9779a73a663..62afe1ebeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ Docs: https://docs.openclaw.ai ### Changes - macOS/gateway: add `screen.snapshot` support for macOS app nodes, including runtime plumbing, default macOS allowlisting, and docs for monitor preview flows. (#67954) Thanks @BunsDev. -- fix: redact credentials in browser.cdpUrl config paths (#67679). Thanks @Ziy1-Tan ### Fixes