From 12717ff6897a20d36d30c408441bb42bc085c56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Nov 2025 08:23:56 +0100 Subject: [PATCH] core: add upgrade guidelines for version 4.8.0 --- UPGRADING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 1e37f3e03..e87f7956f 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -13,6 +13,32 @@ When upgrading from version X to Y, please read and apply all instructions from For a list of all changes in each version, please see [CHANGELOG.md](CHANGELOG.md). +## Version 4.8.0 + +### IRC temporary servers + +The IRC temporary server feature has been removed. + +When upgrading from an old version with `/upgrade`, any temporary server is +converted to a standard server, and thus is saved in configuration file `irc.conf`. + +Servers can easily be removed with `/server del `. + +### New time format in log files + +The time format used in log files now uses UTC and precision of microsecond +by default: option `logger.file.time_format` has new default value: `%@%F %T.%fZ`. + +Only the default value for the option has changed, so when upgrading from +an old version, you keep your old format, even if it was the default one used +in previous versions. + +To use the new default value, you can reset the option: + +```text +/reset logger.file.time_format +``` + ## Version 4.7.0 ### API functions utf8_next_char and utf8_char_size