From 1b21c24868927c4a63e7c07cbfa99fd1e9609d70 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 4 Nov 2020 23:54:59 +0100 Subject: [PATCH] Add a ChangeLog entry for #15001 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f900ff0de6..6ad74dc274 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,7 @@ phpMyAdmin - ChangeLog - issue #16316 Added support for "SameSite=Strict" on cookies using configuration "$cfg['CookieSameSite']" - 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 5.0.5 (not yet released)