From 75a893b18de809110da58da3441b6035431d4fdc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 9 Oct 2025 14:30:23 +0100 Subject: [PATCH] Make the change log more detailed and add examples. --- docs/CHANGES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index fc3da4405..ac41d30cd 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -17,8 +17,30 @@ * Added support for associating a timezone with an account to allow users to receive timestamps in their local timezone. + ``` + /NICKSERV SET TIMEZONE Europe/London + -NickServ- Timezone changed to Europe/Berlin. + + /NICKSERV INFO test + -NickServ- Account registered: Thu 09 Oct 2025 15:22:45 CEST (45 seconds ago) + ``` + + NOTE: This requires a compiler with C++20 timezone support. + +--- + * Added support for language-specific time formats. + ``` + /NICKSERV SET LANGUAGE tr_TR.UTF-8 + -NickServ- Dil Türkçe olarak değiştirildi. + + /NICKSERV INFO test + -NickServ- Hesap kaydedildi: Prş 09 Eki 2025 15:22:45 (6 dakika, 16 saniye önce) + ``` + +--- + * Reordered the information in the `nickserv/info` command output to show the registration dates before the seen information. * Updated the vendored libraries.