From 95b5cf665f148d51bb7a930d51c83573f26aebf2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 30 Dec 2019 17:55:20 +0100 Subject: [PATCH] Add ChangeLog entry for #15723 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 2c204b4e9c..9d2b4f4e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value - issue #14936 Fixed display NULL on numeric fields has showing empty string since 5.0.0 - issue #15722 Fix get Database structure fails with PHP error on replicated server +- issue #15723 Fix can't browse certain tables since 5.0.0 update 5.0.0 (2019-12-26) - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM