From 2eeb1f6476ab78aeff239043f9ea2e7347aca21c Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Fri, 22 Dec 2023 15:20:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 929402aaf..e09c4716a 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-12-22 + +- `preg_quote()` passing null fix + ### 2023-12-19 - Muted dynamic property creation warnings in Controller.php