From 828710737a13679cebb591ec13b1d0542996a615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 13 May 2019 21:57:42 +0200 Subject: [PATCH] core: update ChangeLog (closes #733, closes #1333) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 11ee9a17f..79d1977df 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -32,6 +32,7 @@ New features:: * api: add function string_match_list * irc: add bar items "irc_nick", "irc_host" and "irc_nick_host" * irc: add variable "host" in server structure + * relay: add support of UNIX socket (issue #733, issue #1333) * relay: add option relay.weechat.commands (issue #928) * script: use SHA-512 instead of MD5 for script checksum * spell: rename aspell plugin to spell (issue #1299)