From 0ef979a54a25fda8a3df6b9e51291d5e464954a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 29 Jan 2017 14:13:57 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6472e4dfd..c8bcf1e50 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -22,6 +22,10 @@ New features:: * core: add resize of window parents with /window resize [h/v]size (task #11461, issue #893) +Improvements:: + + * irc: don't smart filter modes given to you (issue #530, issue #897) + Build:: * core: fix compilation on FreeBSD with autotools (issue #276)