From 3af9da7c05a0fb01995976a6762dc8e00e3c5b45 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 14 Jan 2026 16:43:29 +0000 Subject: [PATCH] Update the change log. --- docs/CHANGES.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index fbea7501a..e4e15a847 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,5 +1,31 @@ # Anope Change Log +## Anope 2.1.21 (unreleased) + +### Breaking Changes + +* `{fantasy}:fantasycharacter` has been replaced with `{fantasy}:prefix` which allows multiple-character fantasy prefixes. If you have multiple custom fantasy characters set you should separate them with a space when upgrading your config. + +### Changes + +* Fixed a crash when clearing channel entry messages. + +* Fixed a memory leak when cloning akicks. + +* Fixed confirming accounts using the webcpanel. + +* Fixed limiting the number of accounts per email address. + +* Fixed the `chanserv/enforce` command erroneously enforcing against channel founders. + +* Fixed the syntax of the `chanserv/suspend` command. + +* Fixed the syntax of the `nickserv/suspend` command. + +* Improved password rehash detection in the enc_argon2 module. + +* Various minor improvements to how services work internally. + ## Anope 2.1.20 (2025-12-01) ### Breaking Changes