From 4ca29520693c000e7eee2aa34c51fa792115ce86 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 16 May 2026 12:24:28 +0100 Subject: [PATCH] Update the change log. --- docs/CHANGES.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 987f1a977..88bf6a17d 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,6 +1,22 @@ # Anope Change Log -## Anope 2.1.24 (unreleased) +## Anope 2.1.25 (unreleased) + +### Changes + +* Fixed a crash when a temporary ban expires. + +* Fixed a potential crash caused by unusual timestamps being passed to `Anope::strftime`. + +* Fixed confirming accounts when `{ns_register}:registration` is set to "admin". + +* Fixed migrating access entries from xop to flags granting new privileges in cases where multiple privileges share the same flag. + +* Fixed migrating access entries sometimes giving the wrong flags. + +* Fixed not being able to update the description of a flags access entry. + +## Anope 2.1.24 (2026-04-01) ### Breaking Changes