From 768c0d9acc9066d7fcf3d51c15cf2e3cae82f616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 5 Jul 2019 08:43:29 +0200 Subject: [PATCH] core: move line from "New features" to "Bug fixes" in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index cab43e120..44aa5d3b6 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -24,7 +24,6 @@ New features:: * core: add option "close" in command /window (issue #853) * api: add argument "strip_items" in function string_split * exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356) - * irc: return all arguments in the PONG response to a PING (issue #1369) Bug fixes:: @@ -33,6 +32,7 @@ Bug fixes:: * core: replace newlines by spaces in argument "completion" of function hook_command (issue #538) * core: replace char "," by "~" in color codes to separate foreground from background (issue #1264) * alias: remove default aliases /AME and /AMSG (issue #1355) + * irc: return all arguments in the PONG response to a PING (issue #1369) * irc: disable server reconnection when the server buffer is closed (issue #236) * irc: strip spaces at beginning/end of addresses in server option "addresses" (issue #195) * irc: fix display of enabled/disabled client capabilities received in command CAP ACK (issue #151)