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-07-21 02:54:07 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-07-21 02:54:07 +0300
commitdbe3db564e53758751c388e295f79474e4638d2e (patch)
tree2ccf1cfd0ccec53859dc8f92205676eb46ba0cd7 /ChangeLog
parentfda386a998ad5a64c109797e6ac9d70d8d718c96 (diff)
Fix Enum/Set editor error when creating a new column
Fixes #17551 https://github.com/phpmyadmin/phpmyadmin/issues/17551#issuecomment-1136074722 Co-authored-by: William Desportes <williamdes@wdes.fr> 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 48b7d04a3b..05338ede24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@ phpMyAdmin - ChangeLog
- issue #17617 Sorting is correctly remembered when $cfg['RememberSorting'] is true
- issue #17593 Table filtering now works when action buttons are on the right side of the row
- issue #17388 Find and Replace using regex now makes a valid query if no matching result set found
+- issue #17551 Enum/Set editor will not fail to open when creating a new column
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5