From a38533cb41cde718f8b4833eadc00ee35c3c6313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Mar 2018 10:23:34 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index ed5e2fb8c..48d047617 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,6 +18,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v2.2]] == Version 2.2 (under dev) +New features:: + + * irc: add indexed ban list, add completion for /unban and /unquiet (issue #597, task #11374, task #10876) + Improvements:: * core: allow merge of buffers by name in command /buffer (issue #1159)