From 90f7e9068b6449d9138ce342da169f006352270e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 9 Jan 2020 19:42:41 +0100 Subject: [PATCH] Add ChangeLog entry for e68d0d6aab622 Signed-off-by: William Desportes --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e782f174de..c91db62c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ phpMyAdmin - ChangeLog ====================== +5.0.2 (not yet released) +- issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page + 5.0.1 (2020-01-07) - 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