diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-05 08:43:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-05 08:43:29 +0200 |
commit | 768c0d9acc9066d7fcf3d51c15cf2e3cae82f616 (patch) | |
tree | 25d5615c48b888744cf8928b2228d71a8ca46248 /ChangeLog.adoc | |
parent | 15ce4b2be5434be8a262e49f36417cbc54161fef (diff) | |
download | weechat-768c0d9acc9066d7fcf3d51c15cf2e3cae82f616.zip |
core: move line from "New features" to "Bug fixes" in ChangeLog
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 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) |