From e354a8d290c67a5c5b152d3f710823b62daaecd2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 10 Jun 2024 22:10:31 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257939f8d..694cc4744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Fixed Filesystem::isLocalPath including windows-specific checks on linux (3c37a67c) * Fixed perforce argument escaping (3773f775) * Fixed handling of zip bombs when extracting archives (de5f7e32) - * Fixed Windows command parameter escaping to prevent abuse of unicode characters with best fit encoding conversion (3130a7455) + * Fixed Windows command parameter escaping to prevent abuse of unicode characters with best fit encoding conversion (3130a7455, 04a63b324) * Fixed ability for `config` command to remove autoload keys (#11967) * Fixed empty `type` support in `init` command (#11999) * Fixed git clone errors when `safe.bareRepository` is set to `strict` in the git config (#11969)