From 28a777817325784d6c83ff231dabcaeac1eb1c5e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 20 Sep 2020 23:33:19 +0200 Subject: [PATCH] Add a ChangeLog entry for #16342 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 87a65494bb..61f4ac8bbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,7 @@ phpMyAdmin - ChangeLog - issue #14698 Fixed database named as 'New' (language variable) causes PHP fatal error - issue #16355 Make textareas both sides resizable - issue #16366 Fix column definition form not showing default value +- issue #16342 Fixed multi-table query (db_multi_table_query.php) alias show the same alias for all columns 5.0.2 (2020-03-20) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page