From 668a6614fd094668b12ae67e427e95ba020da12e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 3 May 2020 00:13:59 +0200 Subject: [PATCH] Add a ChangeLog entry for #16104 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 24954e8ddc..c63c410b1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - issue #16043 Fix php error "Use of undefined constant MYSQLI_TYPE_JSON" when using the mysqlnd extension - issue #14611 Fix fatal JS error on index creation after using Enter key to submit the form - issue #16012 Set "axis-order" to swap lon and lat on MySQL >= 8.1 +- issue #16104 Fixed overwriting a bookmarked query causes a PHP fatal error 5.0.2 (2020-03-20) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page