From 6cb3070203ac40309cf58ee8ce1e290281fa2cc5 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 3 May 2024 16:20:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb1228011fa..e26dfe69c0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [2.7.5] 2024-05-03 + + * Added `uninstall` alias to `remove` command (#11951) + * Added workaround for broken curl versions 8.7.0/8.7.1 causing transport exceptions (#11913) + * Fixed root usage warnings showing up within Podman containers (#11946) + * Fixed config command not handling objects correctly in some conditions (#11945) + * Fixed binary proxies not containing the correct path if the project dir is a symlink (#11947) + * Fixed Composer autoloader being overruled by project autoloaders when they are loaded by event handlers (scripts/plugins) (#11955) + * Fixed TransportException (http failures) not having a distinct exit code, should now exit with `100` as code (#11954) + ### [2.7.4] 2024-04-22 * Fixed regression (`Call to undefined method ProxyManager::needsTransitionWarning()`) with projects requiring composer/composer in an pre-2.7.3 version (#11943, #11940) @@ -1856,6 +1866,7 @@ * Initial release +[2.7.5]: https://github.com/composer/composer/compare/2.7.4...2.7.5 [2.7.4]: https://github.com/composer/composer/compare/2.7.3...2.7.4 [2.7.3]: https://github.com/composer/composer/compare/2.7.2...2.7.3 [2.7.2]: https://github.com/composer/composer/compare/2.7.1...2.7.2