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-15 02:20:13 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-15 02:20:13 +0300
commitd6ee05001aedde179e7fbc7e804ee2ebaafbd936 (patch)
tree8df3010948e479c00b5c639c7d85358c679edc26 /ChangeLog
parente87d1795c9512b15c6b9e0ea536c65a34a16f075 (diff)
Fix error when clicking New index in sidebar
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17592 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 6be7895114..acbf5d629e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ phpMyAdmin - ChangeLog
- issue #17577 Fix monitor charts size on RTL languages
- 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
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5