From 4994e9cbb9e240208c62ba89def7d6e89e0ecdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 30 Aug 2016 18:27:30 +0200 Subject: [PATCH] core: add more info about issue #771 in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 98fa9352a..b61ab8ea0 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,7 +35,7 @@ Improvements:: Bug fixes:: - * core, irc, xfer: refresh domain name and name server addresses before connection to servers (issue #771) + * core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) (issue #771) * api: fix crash in function network_connect_to() if address is NULL * api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (issue #770) * api: fix crash in function string_split_command() when the separator is not a semicolon (issue #731)