From 9add4ca65d3c7dfb87038ceded4835c4e14dd855 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 14 Mar 2026 01:30:42 -0700 Subject: [PATCH] Changelog: note Slack interactive reply fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bad54390e..b715cd60675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Docs: https://docs.openclaw.ai - Placeholder: replace with the first 2026.3.14 user-facing change. +### Fixes + +- Slack/interactive replies: preserve `channelData.slack.blocks` through live DM delivery and preview-finalized edits so Block Kit button and select directives render instead of falling back to raw text. Thanks @vincentkoc. + ## 2026.3.13 ### Changes