From 9119a961effe66122a5d13b7c80677d17c1d5f52 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 2 Jan 2020 15:34:03 +0100 Subject: [PATCH] Add ChangeLog entry for #15726 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 97fc249139..53ebfcc277 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - issue Prevent line wrap in DB structure size column - 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 5.0.0 (2019-12-26) - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM