From 4bea917263b4294258182dcd253b90b94a5c7d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 13 Aug 2017 09:32:04 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 79e7acb53..6c4f0f6cb 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -34,7 +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: send file descriptor as integer instead of string to the callback of hook_fd + * 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) * relay: fix parsing of CAP command without arguments in irc protocol, send ACK only if all capabilities received are OK and NAK otherwise (issue #1040)