From 45368a5bde130b66a0d5cb38b78c22a931d37451 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 9 Jun 2023 17:08:20 +0200 Subject: [PATCH] Update types some more, refs #11500 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a96e5d37..79ac978a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.5.8] 2023-06-09 + + * Fixed regression in edge cases where root package gets added to a repository already during the install process (#11495) + * Fixed EventDispatcher on windows picking bat files when using "@php binary" (#11490) + * Fixed ICU CDLR version parsing failing the whole process when ICU cannot initialize the resource bundle (#11492) + * Fixed type declarations on ClassLoader (#11500) + ### [2.5.7] 2023-05-24 * Fixed regression preventing autoloading the dependencies of metapackages when running --no-dev (#11481) @@ -1724,6 +1731,7 @@ * Initial release +[2.5.8]: https://github.com/composer/composer/compare/2.5.7...2.5.8 [2.5.7]: https://github.com/composer/composer/compare/2.5.6...2.5.7 [2.5.6]: https://github.com/composer/composer/compare/2.5.5...2.5.6 [2.5.5]: https://github.com/composer/composer/compare/2.5.4...2.5.5