core: move line from "New features" to "Bug fixes" in ChangeLog

v2.8-utf8proc
Sébastien Helleu 2019-07-05 08:43:29 +02:00
parent 15ce4b2be5
commit 768c0d9acc
1 changed files with 1 additions and 1 deletions

View File

@ -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)