From 4947ed6d31e9d582975fa011531bf15eb0252e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 4 Jun 2017 12:41:06 +0200 Subject: [PATCH] core: update ChangeLog Related to commit 7ab6731efebe3083c7606617b5a680b9c7b89da3. --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 58158125c..4ede9d842 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -38,6 +38,7 @@ Bug fixes:: * buflist: add option "bar" in command /buflist, do not automatically add the "buflist" bar when the option buflist.look.enabled is off (issue #994) * buflist: fix crash on drag & drop of buffers * irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mechanism + * relay: rebind on address after option relay.network.bind_address is changed * relay: fix parsing of CAP command arguments in irc protocol (issue #995) [[v1.8]]