From 9f0b428f3ba69fa33c751eb16eea579ba1724408 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 2 Jan 2020 15:49:49 +0100 Subject: [PATCH] Add ChangeLog entry for #15717 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 53ebfcc277..21122d4704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ phpMyAdmin - ChangeLog - issue Remove extra line break from downloaded blob content - issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value - issue #15726 Fixed double delete icons on enum editor +- issue #15717 Fixed warning popup not dissapearing on table stucture when using actions without any column selection 5.0.0 (2019-12-26) - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM