From 177f4cc4a94716a1d8abe18c402f4c5c95931fe7 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 27 Oct 2022 14:45:54 +0200 Subject: [PATCH] changelog fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ed40be4..7856affc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ * Fixed 2.4.3 regression in loading Composer on SMB/network shares (#11077) * Fixed `--dry-run` flag missing from `bump` command (#11047) * Fixed `status` command reporting differences when the source ref is a tag (#11155) - * Fixed outdated command outputting legend on stdout instead of stderr, and ensured it always outputs some status even when no dependencies are outdated (#11148) - * Fixed URL sanitizer to handle new GitHub personal access tokens format + * Fixed outdated command outputting legend on stdout instead of stderr + * Fixed URL sanitizer to handle new GitHub personal access tokens format (#11137) ### [2.4.3] 2022-10-14