From a9a1066e6319577287cbfeae95a9c496d2645ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 28 Jun 2019 20:44:46 +0200 Subject: [PATCH] core: update ChangeLog (closes #1343, closes #1345) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 1e95cc2c8..95af85317 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * core: add support of 32767 color pairs (issue #1343, issue #1345) * core: add option "close" in command /window (issue #853) * api: add argument "strip_items" in function string_split * exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356)