From 8dbe8c1de820bc6e6f2ed447d04a7531343b7151 Mon Sep 17 00:00:00 2001 From: glifocat Date: Mon, 18 May 2026 12:56:51 +0200 Subject: [PATCH] docs(changelog): add v2.0.64 entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documents the fix from #2510 (closes #2465) in user-facing prose following the RELEASING.md style guide. Single-bullet release — no rollup opener since this is a clean one-bump cycle. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408d2d610..e6ae40a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to NanoClaw will be documented in this file. +## [2.0.64] - 2026-05-18 + +- **`ncl destinations add` and `remove` through the approval flow now reach the receiver immediately.** Approved destinations weren't being projected into the receiving agent's local session state, so a freshly-added destination silently failed at `send_message` with `unknown destination`, and a removed destination stayed resolvable until the next container restart. Both now take effect the moment the approval executes. Direct (non-approval) calls were unaffected. + ## [2.0.63] - 2026-05-15 Rollup release covering v2.0.55 through v2.0.63 — everything merged since the v2.0.54 tag. Starting with this release, the goal is to publish a GitHub Release for every `package.json` version bump that lands on `main`; see [RELEASING.md](RELEASING.md).