From 49fb896a9654803cc8f4cf830529ae581b980fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 22 Jan 2017 09:35:47 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 8374a7492..b69144690 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,6 +18,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v1.8]] == Version 1.8 (under dev) +New features:: + + * core: add resize of window parents with /window resize [h|v]size (issue #893) + Build:: * core: fix compilation on FreeBSD with autotools (issue #276)