From 464d31155a6fcb7e205f623db4f9ad04154b4f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 10 Aug 2019 11:23:51 +0200 Subject: [PATCH] core: update ChangeLog (issue #615) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7a1399501..54a926471 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,6 +25,7 @@ New features:: * api: add argument "strip_items" in function string_split * buflist: add infolist "buflist" with list of buffer pointers (issue #1375) * exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356) + * irc: make command char optional in server option "command" (issue #615) * irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387) Bug fixes::