From 5ba9d23ea8725d144eeb23bfc5eb98382d170486 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Sat, 9 May 2026 20:32:55 +0300 Subject: [PATCH] docs: remove empty Unreleased section from changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4e412..a2f9bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ All notable changes to NanoClaw will be documented in this file. For detailed release notes, see the [full changelog on the documentation site](https://docs.nanoclaw.dev/changelog). -## [Unreleased] - ## [2.0.48] - 2026-05-09 - **Container config moved to DB.** Per-agent-group container runtime config (provider, model, packages, MCP servers, mounts, skills) now lives in the `container_configs` table instead of `groups//container.json`. Existing filesystem configs are backfilled automatically on startup. Managed via `ncl groups config get/update` and `config add-mcp-server/remove-mcp-server/add-package/remove-package`.