From 632f1ff21983a68c7901b0c9fa031a2996c24d4a Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 10 Jun 2020 23:30:48 +0200 Subject: [PATCH] Add a ChangeLog entry for #16162 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index bd6c7f29c1..f8bdadb19f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ phpMyAdmin - ChangeLog - issue Fix copy table to another database when the nbr of DBs is > $cfg['MaxDbList'] - issue #16157 Fix relations of tables having spaces or special chars not showing in the Designer - issue #16052 Fix a very rare JS error occuring on mousemove event +- issue #16162 Make a foreign key link clickable in a new tab after the value was saved and replaced 5.0.2 (2020-03-20) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page