From 8ffe9be8a73903cf9aceb7d01e482e0d00425cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 2 Mar 2020 22:54:02 +0100 Subject: [PATCH] core: fix ChangeLog entry --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 0189c069b..bac08066f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,7 +25,7 @@ New features:: * api: add functions crypto_hash and crypto_hash_pbkdf2 * api: add info "weechat_headless" (issue #1433) * buflist: add pointer "window" in bar item evaluation - * relay: accept hash of password in init command with option "password_hash" (PBKDF2, SHA256, SHA512) + * relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512) * relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue #1435) Bug fixes::