From 9aa7bb2324568331fbb010ea2edc140c886f07f7 Mon Sep 17 00:00:00 2001 From: Radek Sienkiewicz Date: Sun, 15 Mar 2026 01:28:19 +0100 Subject: [PATCH] docs: add changelog for docs nav audit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2525de6b7cb..502439356ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Docs: https://docs.openclaw.ai - Control UI/dashboard: preserve structured gateway shutdown reasons across restart disconnects so config-triggered restarts no longer fall back to `disconnected (1006): no reason`. (#46532) Thanks @vincentkoc. - Feishu/topic threads: fetch full thread context, including prior bot replies, when starting a topic-thread session so follow-up turns in Feishu topics keep the right conversation state. Thanks @Coobiw. - Browser/profiles: drop the auto-created `chrome-relay` browser profile; users who need the Chrome extension relay must now create their own profile via `openclaw browser create-profile`. (#45777) Thanks @odysseus0. +- Docs/security nav: remove the broken Security `README` sidebar link, drop one stale zh-CN Diffs nav entry, and make docs link audit fail when `docs/docs.json` points at unpublished pages. (#46675) thanks @velvet-shark. ## 2026.3.13