From dc22d70dd4c70077c601ee4f2a77ba6d3736db0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 20 Sep 2025 10:45:32 +0200 Subject: [PATCH] core: fix style in ChangeLog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c986fe8..54e6c54e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ SPDX-License-Identifier: GPL-3.0-or-later ### Changed - api: add support of date like ISO 8601 but with spaces and lower `t` and `z` in function util_parse_time ([#886](https://github.com/weechat/weechat/issues/886)) -- logger: change default time format to "%@%F %T.%fZ" (UTC) ([#886](https://github.com/weechat/weechat/issues/886)) +- logger: change default time format to `%@%F %T.%fZ` (UTC) ([#886](https://github.com/weechat/weechat/issues/886)) - logger: use function util_parse_time to parse date/time in log files ([#886](https://github.com/weechat/weechat/issues/886)) - build: require Curl ≥ 7.68.0 ([#2268](https://github.com/weechat/weechat/issues/2268)) - build: require GnuTLS ≥ 3.6.3 ([#2268](https://github.com/weechat/weechat/issues/2268))