From 4395683150c6770ad2828a123d321cde52139e7d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 5 Nov 2020 00:06:18 +0100 Subject: [PATCH] Add a ChangeLog entry for #16457 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 6ad74dc274..e0e1a279f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,7 @@ phpMyAdmin - ChangeLog - issue #16451 Fixed AWS RDS IAM authentication doesn't work because pma_password is truncated - issue #16451 Show an error message when the security limit is reached instead of silently trimming the password to avoid confusion - issue #15001 Add back Login Cookie Validity setting to the features form +- issue #16457 Add config parameters to support third-party ReCaptcha v2 compatible APIs like hCaptcha 5.0.5 (not yet released)