From 10eef1af23cebbee1dcb8110cfeb0d5329f5fa85 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 1 May 2026 12:38:18 +0100 Subject: [PATCH] Update the change log. --- docs/CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 5a8fab0e7..987f1a977 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -12,10 +12,16 @@ ### Changes +* Added some helper methods to `CommandSource` to allow quickly translting messages. + * Changed the Config script to allow multiple dashes in front of options, i.e. `-quick` and `--quick` are now equivalent. +* Converted some language strings to use format strings instead of concatenation. + * Fixed a rare crash in the ns_cert module. +* Fixed building Anope as a unity build. + * Fixed the ns_cert module erasing certificate entries if using an old database. * Fixed users having the wrong real name in log messages on InspIRCd if it has been previously changed with `CHGNAME` or `SETNAME`.