From d10e8342d3a32d592675c5744c1db282908cdc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 16 Feb 2021 07:47:42 +0100 Subject: [PATCH] core: convert "totp" to upper case in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 68c644f3a..5a54a0fbd 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -189,7 +189,7 @@ New features:: * buflist: add pointer "window" in bar item evaluation * irc: add support of fake servers (no I/O, for testing purposes) * 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) + * relay: reject client with weechat protocol if password or TOTP is received in init command but not set in WeeChat (issue #1435) Bug fixes::