From 9ac9dc7023e836d8ea503c643ff32c8586ae7728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 2 Jul 2022 20:33:56 +0200 Subject: [PATCH] core: update ChangeLog (issue #1772) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 57793f656..d1465dc1b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -27,6 +27,7 @@ New features:: * core: allow to remove multiple filters at once with command `/filter del` * api: allow to catch multiple signals in functions hook_signal and hook_hsignal (issue #1780) * irc: rename option `save` to `apply` in command `/autojoin` + * irc: add support of RPL_HELPSTART, RPL_HELPTXT and RPL_ENDOFHELP (messages 524, 704, 705, 706) (issue #1772) * php: add support of PHP 8.2 (issue #1787) Bug fixes::