From 3ac05843eb35ff1a969e80c8aef63c5acaf0f99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 23 Jul 2017 15:36:03 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3abab8f85..3d5b923d5 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,6 +35,10 @@ Bug fixes:: * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar * 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) +Tests: + + * display an error if the required locale en_US.UTF-8 is not installed + [[v1.9]] == Version 1.9 (2017-06-25)