From 8f87ab3ea0f55ef21fe6a6346a06a0485b0e9c60 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 17 Nov 2024 13:12:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada64852b..ebd97e8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [2.8.3] 2024-11-17 + + * Fixed windows handling of process discovery (#12180) + * Fixed react/promise requirement to allow 2.x installs again (#12188) + * Fixed some issues when lock:false is set in require and bump commands + ### [2.8.2] 2024-10-29 * Fixed crash while suggesting providers if they have no description (#12152) @@ -1954,6 +1960,7 @@ * Initial release +[2.8.3]: https://github.com/composer/composer/compare/2.8.2...2.8.3 [2.8.2]: https://github.com/composer/composer/compare/2.8.1...2.8.2 [2.8.1]: https://github.com/composer/composer/compare/2.8.0...2.8.1 [2.8.0]: https://github.com/composer/composer/compare/2.7.9...2.8.0