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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-17 03:20:47 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-17 03:20:47 +0300
commit9e554da5d88529ef3c543b15711fc8a0e65ec53d (patch)
tree075e49b3ada109b8ae8d74a172a620de470b4c92 /ChangeLog
parentb6ba5391948c0b1fb7fa9732d0cfe02f435e941f (diff)
Fix Symfony exception when db/table has two %%
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17584 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acbf5d629e..1f8cacc560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ phpMyAdmin - ChangeLog
- issue #17121 Fix password_hash function incorrectly adding single quotes to password before hashing
- issue #17586 Fix statistics not showing for empty databases
- issue #17592 Clicking on the New index link on the sidebar does not throw an error anymore
+- issue #17584 It's now possible to browse a database that includes two % in its name
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5