From dda8565bdbf0aff3aec7a824994aa8a8064d50cc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 5 Mar 2025 18:53:18 +0100 Subject: [PATCH] Update 1.1.1.md --- website/docs/changelog/1.1.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/changelog/1.1.1.md b/website/docs/changelog/1.1.1.md index d865c32e..ff7466a9 100644 --- a/website/docs/changelog/1.1.1.md +++ b/website/docs/changelog/1.1.1.md @@ -21,6 +21,8 @@ Not yet released - removed `--skip-ssl` flag from the install script. - All `/databases` URLs are now renamed to `/mysql`. - `?output=json` parameter can be added to the following URLs to return plain json data instead of GUI: `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist` +- fixed bug with MySQL Configuration editor. + ### 💡 New!