From f646764d7745c362f3d26be788a874f93d61d9c7 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 7 Jul 2020 14:15:12 +0200 Subject: [PATCH] Add a ChangeLog entry for #16248 Signed-off-by: William Desportes --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index d10013ba9b..88fe163d15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ phpMyAdmin - ChangeLog - issue #16076 Fixed cannot edit or export TIMESTAMP column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13 - issue #16226 Fix error 500 after copying a table - issue #16222 Fixed can't use the search page when the table name has special characters +- issue #16248 Fix zoom search is not performing input validation on INT columns +- issue #16248 Fix javascript error when typing in INT fields on zoom search page 5.0.2 (2020-03-20) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page