From 5e85bce2b7a61cc3e4b96183f21fc33c2d061f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 3 Jun 2023 17:28:15 +0200 Subject: [PATCH] core: specify irc protocol for relay changes --- ChangeLog.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 356f2378e..0c1c0b39b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -65,8 +65,8 @@ New features:: * logger: add info "logger_log_file" * relay: rename "ssl" options and protocol to "tls" * relay: make TLS certificate/key loading error handling more verbose (issue #1558) - * relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" - * relay: add support of capability "echo-message" (issue #1949) + * relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" in irc protocol + * relay: add support of capability "echo-message" in irc protocol (issue #1949) Bug fixes::