diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-28 22:18:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-28 22:18:16 +0100 |
commit | 8251f1fd13013a93fe441a71695b389f71cb47cb (patch) | |
tree | c979091ad1c4022c83126387e463b36f48d920c4 /ChangeLog.adoc | |
parent | da43e95c758d8b5a51ac41f6ea503beebda48796 (diff) | |
download | weechat-8251f1fd13013a93fe441a71695b389f71cb47cb.zip |
core: update ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 67b4df63e..4c6e21302 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -38,6 +38,7 @@ Bug fixes:: * irc: fix update of channels modes with arguments when joining a channel (issue #1324) * irc: quote NICK command argument sent to the server (issue #1319) * php: fix memory leak in functions string_eval_expression, string_eval_path_home, key_bind, hook_process_hashtable, hook_hsignal_send, info_get_hashtable, hdata_update + * relay: fix crash when a weechat relay client reloads the relay plugin with /plugin reload relay (issue #1327) * spell: fix detection of nick followed by the nick completer (issue #1306, issue #1307) * trigger: fix split of hook arguments (issue #1322) |