From 5d1f7e79ba3d777f238a77bd953713a3c1cc3bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 6 Mar 2015 20:11:19 +0100 Subject: [PATCH] core: update ChangeLog (closes #346) --- ChangeLog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 329d6a468..94c245032 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -37,6 +37,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: remove useless rename of channel buffer on JOIN received with different case (closes #336) * irc: fix completion of commands /allchan and /allpv +* lua: fix wrong argument usage in functions niclist_remove_group, + nicklist_remove_nick and nicklist_remove_all (closes #346) * lua: fix value returned in case of error in functions: config_option_reset, config_string, config_string_default, config_color, config_color_default, config_write, config_read, config_reload,