From 58a3a8078c4334961617c4e5e50772f479e59e1d Mon Sep 17 00:00:00 2001 From: agessaman Date: Mon, 16 Feb 2026 17:51:32 -0800 Subject: [PATCH] Add upgrade guide to documentation - Introduced a new `upgrade.md` file detailing changes for users upgrading from previous versions. - Included information on config compatibility, banned users prefix matching, and new optional sections for configuration. - Provided guidance on legacy config formats and recommended updates for improved compatibility. --- docs/{UPGRADE.md => upgrade.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{UPGRADE.md => upgrade.md} (100%) diff --git a/docs/UPGRADE.md b/docs/upgrade.md similarity index 100% rename from docs/UPGRADE.md rename to docs/upgrade.md