From bfe381539c5fc8cb2e007e84e3ca7614c3a8173d Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Thu, 2 Nov 2023 09:38:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86789dcc8..fa5a4b168 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ It means that composer will look at `master` branch of repository configured und ## Changelog +### 2023-11-02 + +- Fixed: unitialized property in Debugger.php + ### 2023-10-20 - Fallback to empty string from `env()` in basics.php and request handler.