fix: format changelog compaction entry

This commit is contained in:
Josh Lehman 2026-03-13 07:08:44 -07:00
parent 5ae966001f
commit 3d432e4bee
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
Docs: https://docs.openclaw.ai
## Unreleased
### Changes
- Android/chat settings: redesign the chat settings sheet with grouped device and media sections, refresh the Connect and Voice tabs, and tighten the chat composer/session header for a denser mobile layout. (#44894) Thanks @obviyus.
@ -28,6 +29,7 @@ Docs: https://docs.openclaw.ai
- Security/exec approvals: fail closed for Perl `-M` and `-I` approval flows so preload and load-path module resolution stays outside approval-backed runtime execution unless the operator uses a broader explicit trust path.
- Control UI/insecure auth: preserve explicit shared token and password auth on plain-HTTP Control UI connects so LAN and reverse-proxy sessions no longer drop shared auth before the first WebSocket handshake. (#45088) Thanks @velvet-shark.
- macOS/onboarding: avoid self-restarting freshly bootstrapped launchd gateways and give new daemon installs longer to become healthy, so `openclaw onboard --install-daemon` no longer false-fails on slower Macs and fresh VM snapshots.
## 2026.3.12
### Changes