From 08d3e3b2b7f25ac81a15127d3d41da7a163d1419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 23 Oct 2021 14:44:20 +0200 Subject: [PATCH] core: update ChangeLog (closes #1666) --- ChangeLog.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 471210425..8ee32bfe9 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -22,10 +22,13 @@ New features:: * core: add command /toggle * api: add user variables in evaluation of expressions with "define:name,value" + * api: add IRC message parameters "paramX" and "num_paramx" in output of irc_message_parse + * irc: allow quotes around IRC message in command /server fakerecv Bug fixes:: * api: fix search of option when the section is not given in functions config_search_option and config_search_section_option + * irc: fix parsing of parameters in all IRC messages (issue #1666) * irc: fix parsing of CAP message when there is no prefix (issue #1707) * irc: fix parsing of TAGMSG message when there is a colon before the channel