From 2121cdc43c30458c20a9e3886ff4813763543f80 Mon Sep 17 00:00:00 2001 From: Albert Peschar Date: Thu, 3 Mar 2022 10:27:13 +0200 Subject: [PATCH 1/2] Remove String class --- lib/Cake/Utility/String.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lib/Cake/Utility/String.php diff --git a/lib/Cake/Utility/String.php b/lib/Cake/Utility/String.php deleted file mode 100644 index 0035c8b6f..000000000 --- a/lib/Cake/Utility/String.php +++ /dev/null @@ -1,27 +0,0 @@ - Date: Thu, 3 Mar 2022 10:49:49 +0200 Subject: [PATCH 2/2] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19667e602..691cea6c3 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 +### 2022-03-03 + +- Removed `String` class. + ### 2022-03-02 - Fixed `ConsoleErrorHandler::handleError` to respect error suppression.