summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-06-16 08:14:24 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-06-16 08:14:24 +0200
commitfe90a5ed4e79b70f72c63b0fa6b9bb25c122b5d7 (patch)
tree8b66804afeda00ba24c286116ecdd3c67d254c99 /ChangeLog.adoc
parent60c61c39624457c193bc0c0e15124a809c7ddca7 (diff)
downloadweechat-fe90a5ed4e79b70f72c63b0fa6b9bb25c122b5d7.zip
core: replace newlines by spaces in argument "completion" of function hook_command (closes #538)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 1b6d80611..023b180a6 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -25,6 +25,7 @@ New features::
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: disable server reconnection when the server buffer is closed (issue #236)