From 63b97bb4487744860e7a265b70df424c7f8485e6 Mon Sep 17 00:00:00 2001 From: Roy Osherove <575051+royosherove@users.noreply.github.com> Date: Sat, 16 May 2026 21:24:21 +0000 Subject: [PATCH] chore: add v0.5.40 changelog entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b5f59..32456dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `@inceptionstack/roundhouse` are documented here. +## [0.5.40] — 2026-05-16 + +### Changed +- **Refactor:** Renamed `/stop` command to `/cancel` for semantic clarity. + - Better UX terminology: "cancel" explicitly means "abort in-flight work" + - Updated command handlers, Telegram bot menu, docs + - UI feedback: `âšī¸ Cancelled.` + ## [0.5.38] — 2026-05-16 ### Fixed