From 4b7c6d4f8fdb3e7bd43fc8b3ff48a53a80eab298 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 17 Jan 2026 00:25:57 +0000 Subject: [PATCH] fix: note config-first channel auth (#1040) (thanks @thewilloftheshadow) --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c25d3ec..f5c5d5cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ - Sessions: add `session.identityLinks` for cross-platform DM session linking. (#1033) — thanks @thewilloftheshadow. ### Breaking -- **BREAKING:** Discord/Telegram channel tokens now prefer config over env (env is fallback only). -- **BREAKING:** Matrix channel credentials now prefer config over env (env is fallback only). +- **BREAKING:** Channel auth now prefers config over env for Discord/Telegram/Matrix (env is fallback only). (#1040) — thanks @thewilloftheshadow. ### Changes - Tools: improve `web_fetch` extraction using Readability (with fallback).