Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-03-20 02:17:19 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-03-20 02:17:30 +0300
commit307717bc492565731322ae7e7426cc56fdbec0ba (patch)
treeefff7bc71bfb64bf042c40349286ce29e02ab556 /ChangeLog
parent646f83cbfde24f17ccab8652a126570b1ec2c836 (diff)
Add ChangeLog entry for #15224
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c9eff77da..e451ea8c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,7 @@ phpMyAdmin - ChangeLog
- issue Fix failure if relational display field value is NULL - "Display column for relationships"
- issue #16033 Remove vendor bin files from non source version of phpMyAdmin
- issue #15898 [security] Fix escape tbl_storage_engine argument used on tbl_create.php
+- issue #15224 Don't fire keyboard shortcuts while SQL query area is focused (on a mobile for example)
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