From aca838370c7a736a7bca73e4b45c83c67d93c7c2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 3 Sep 2021 01:04:26 +0200 Subject: [PATCH] Add ChangeLog entries for #16693 and #12753 Signed-off-by: William Desportes --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1c5fafbd8b..872b9bd299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,8 @@ phpMyAdmin - ChangeLog - issue #16906 Create the phpMyAdmin storage database using the configured "['pmadb']" name and not always "phpmyadmin" - issue #16906 Prevent incorrect overriding of configured values after a pmadb fix - issue #16906 Use the control connection to create the storage database and tables and not the user connection +- issue #16693 Fix can't see SQL after adding a new column +- issue #12753 Show table structure after adding a new column 5.1.1 (2021-06-04) - issue #13325 Fixed created procedure shows up in triggers and events and vice-versa