From d435f53dfe11439fbcbb96393f74c0fa3584390d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 11 Oct 2024 14:34:57 +0200 Subject: [PATCH] Update 0.3.2.md --- website/docs/changelog/0.3.2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/changelog/0.3.2.md b/website/docs/changelog/0.3.2.md index 29a08fce..5b55852c 100644 --- a/website/docs/changelog/0.3.2.md +++ b/website/docs/changelog/0.3.2.md @@ -5,7 +5,9 @@ Not yet released. ### 🚀 New features ### 🐛 Bug fixes +- Fixed bug `cannot access local variable 'command' where it is not associated with a value` when restarting docker services from 'OpenAdmin > Services > Status' page. ### 💅 Polish - Changing default PHP version will now terminate existing phpMyAdmin sessions, so that the next start of phpMyAdmin uses the new default. +- Improvements to the 'OpenAdmin > Services > Status' page.