From 1b34446bf55bcad9a03e2734c052f6580a5e11c1 Mon Sep 17 00:00:00 2001 From: Shakker Date: Mon, 2 Feb 2026 16:19:40 +0000 Subject: [PATCH] docs: update changelog for PR #7226 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bf902c5..e43dcf533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- fix(webchat): respect user scroll position during streaming and refresh (#7226) (thanks @marcomarandiz) - Security: guard skill installer downloads with SSRF checks (block private/localhost URLs). - Media understanding: apply SSRF guardrails to provider fetches; allow private baseUrl overrides explicitly. - Tests: stub SSRF DNS pinning in web auto-reply + Gemini video coverage. (#6619) Thanks @joshp123.