diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-14 11:07:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-14 11:07:42 +0200 |
commit | 747d6122bcb3af6f0302022c7acace6b8108614b (patch) | |
tree | eeb7ba5b79e8b5080799c6aa07567b9c01675620 /ChangeLog.adoc | |
parent | aad846583d4b9c73fae8f755a909371152528a9b (diff) | |
download | weechat-747d6122bcb3af6f0302022c7acace6b8108614b.zip |
core: move ChangeLog entry to the appropriate version
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3c19a2144..f44178bc0 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -59,6 +59,7 @@ Bug fixes:: * fset: remove extra spaces between min and max values when second format is used * fset: fix mouse actions when second format is used * fset: apply option fset.color.help_description (issue #1988) + * irc: fix title of private buffers wrongly set to own address when capability echo-message is enabled (issue #2016) * irc: fix unexpected message sent to server when part of the second line of an IRC command (issue #1992) * irc: fix autojoin of channels when private buffers are opened (issue #2012) * irc: fix string comparison when CASEMAPPING is set to "ascii" @@ -86,7 +87,6 @@ Bug fixes:: * core: fix integer overflow when setting integer option with `++N` or `--N` * core: fix increment/decrement of options weechat.notify.* - * irc: fix title of private buffers wrongly set to own address when capability echo-message is enabled (issue #2016) * irc: add missing tags on multiline messages (issue #1987) * irc: fix redirection of command `/list` when the reply doesn't start with message 321 (start of /list) * irc: fix wrong time displayed for CTCP messages received from self nick (issue #2000) |