From af7b7148adf34e4e1864ca494fead3aa684cf0dc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 05:43:35 +0000 Subject: [PATCH] fix: update changelog for chat support (#84) (thanks @salmonumbrella) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5177fc5..56e7eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## 0.8.0 - Unreleased +### Added + +- Chat: spaces, messages, threads, and DM commands (Workspace only). (#84) — thanks @salmonumbrella. +- People: profile lookup, directory search, and relations commands. (#84) — thanks @salmonumbrella. + +### Fixed + +- Chat: normalize thread IDs and show a clearer error for consumer accounts. (#84) + ## 0.7.0 - 2026-01-17 ### Highlights