diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 8eef6528e..f6f7d9e2c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -21,6 +21,7 @@ New features:: Bug fixes:: + * irc: fix title of private buffers wrongly set to own address when capability echo-message is enabled (issue #2016) * irc: fix autojoin of channels when private buffers are opened (issue #2012) * irc: fix string comparison when CASEMAPPING is set to "ascii" * script: fix crash when a `/script` command triggers another `/script` command (issue #923) @@ -37,7 +38,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)