diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-29 17:24:13 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-29 17:24:13 +0000 |
commit | 026d6c461dace442ea1463af4ccc4c88f202da57 (patch) | |
tree | e20695192434bd2a0b611d6fbfee1375d8d5dfee | |
parent | 3cbac4bcea7401b081f0e3e2d2d6dc94fe50ef15 (diff) |
Update the change logs.
-rw-r--r-- | docs/Changes | 9 | ||||
-rw-r--r-- | 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 -------------------- |