From 0bca6d3512ee9dd7c6530586ab48a34e65349fee Mon Sep 17 00:00:00 2001 From: George Pickett Date: Mon, 20 Apr 2026 15:30:03 -0700 Subject: [PATCH] fix(gateway): place changelog entry at wrapper position --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a54efa58b..8999ae5c03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,6 @@ Docs: https://docs.openclaw.ai - Agents/compaction: always reload embedded Pi resources through an explicit loader and reapply reserve-token overrides so runs without extension factories no longer silently lose compaction settings before session start. (#67146) Thanks @ly85206559. - Memory-core/dreaming: normalize sweep timestamps and reuse hashed narrative session keys for fallback cleanup so Dreaming narrative sub-sessions stop leaking. (#67023) Thanks @chiyouYCH. - Gateway/startup: delay HTTP bind until websocket handlers are attached, so immediate post-startup websocket health/connect probes no longer hit the startup race window. (#43392) Thanks @dalefrieswthat. - ## 2026.4.20 ### Changes