From 78e22f161ca25e649ef4883904c591e00c22ae78 Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Mon, 18 Sep 2023 19:34:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95ebdbb9b..8648d64d3 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-09-18 + +- Fix for `ShellDispatcher` where `null` was passed to `strpos` function. + ### 2023-08-18 - Fixed PHP8 deprecation notices. Related mostly to passing null as a `$haystack` value.