diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-13 10:40:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-13 10:40:01 +0200 |
commit | bfef8da84c685dea678c8aa2fcb6d5a570d7a7b2 (patch) | |
tree | 8c5064f94120fc7c5d700168c18bf00154c0b7ed /ChangeLog.adoc | |
parent | bf0df282a2a33ccc4179f5819b7936f37a0ebc37 (diff) | |
download | weechat-bfef8da84c685dea678c8aa2fcb6d5a570d7a7b2.zip |
api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts)
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 6c4f0f6cb..27f501069 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -34,6 +34,7 @@ Bug fixes:: * core: fix cast of time_t (to "long long" instead of "long") (issue #1051) * core: call the config hook when options are renamed or removed + * api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts) * api: change type of argument fd in hook_fd() callback from string to integer (in scripts) * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar * relay: fix send of "PART" command in backlog (irc protocol) |