From 026d6c461dace442ea1463af4ccc4c88f202da57 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 29 Nov 2024 17:24:13 +0000 Subject: Update the change logs. --- docs/Changes | 9 ++++++++- docs/Changes.conf | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/Changes b/docs/Changes index 6406fdb25..bc0a04cfa 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,13 @@ Anope Version 2.1.11-git ------------------------ -No significant changes. +Added support for database migrations to the mysql module. +Added support for renicking users to their UID when enforcing nickname protection. +Allowed selecting languages using a shorter version of their name. +Changed various messages to use human-readable durations instead of seconds. +Improved the creation of expiry and duration messages. +Improved the translation system with support for plural forms. +Reworked how guest nicknames are generated. +Simplified how account identifiers are allocated. Anope Version 2.1.10 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index e7459bc86..8642adb52 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,8 @@ Anope Version 2.1.11-git ------------------------ -No significant changes. +Moved module:allowkilimmed from the ns_set module to the ns_set_kill module. +Moved nickserv/set/kill and nickserv/saset/kill to the ns_set_kill module. +Replaced module:guestnickprefix for the nickserv module with module:guestnick. Anope Version 2.1.10 -------------------- -- cgit