From e0b7d2a645bf2d3157983c86e0581c92499e7a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 21 Mar 2025 07:53:29 +0100 Subject: [PATCH] core: update ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5495b0a7b..1b7c93adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - core: add option `-v` to display upgrades in command `/version` - api: add property `keep_spaces_right` in function hook_set to keep trailing spaces in command arguments +- core, irc, alias, xfer: keep spaces at the end of some commands, where trailing spaces are important - irc: add option `-connected` in command `/server list|listfull` - buflist: apply option buflist.look.nick_prefix_empty also on private and list buffers - xfer: compute speed and ETA with microsecond precision ([#665](https://github.com/weechat/weechat/issues/665))