From 99f7ea8307a379b76350a3c338f6325104ae7108 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 1 Mar 2026 02:53:19 +0000 Subject: [PATCH] Clarify the purpose of the autologin option in the change log. --- docs/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index ed8a57c18..ae5ce6848 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -4,7 +4,7 @@ ### Breaking Changes -* Automatic login using a known SSL fingerprint now requires the `AUTOLOGIN` option to be set on accounts. Users can enable it on existing accounts with `/NS SET AUTOLOGIN ON`. +* Automatic login using a known SSL fingerprint now requires the `AUTOLOGIN` option to be set on accounts with `/NS SET AUTOLOGIN ON`. Automatic login is largely obsolete now SASL EXTERNAL exists and is widely supported. * Conan 2 is now used for packaging dependencies on Windows. If you are building from source you will need to upgrade Conan. @@ -12,7 +12,7 @@ * User TLS certificates are now stored in their own `NSCert` table instead of as a column in the `NickCore` table. If you are reading this information you will need to update your code. -## Changes +### Changes * Fixed `{botserv}:botmodes` erroneously allowing setting non-status modes on channels.