From 70ba5c90ba020839c63d9adea79dc60a1635a8ad Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 4 Feb 2023 14:26:44 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3666794de..5497d03bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [2.5.2] 2023-02-04 + + * Added warning when `require` auto-selects a feature branch as that is probably not desired (#11270) + * Fixed `self.version` requirements reporting lock file integrity errors when changing branches (#11283) + * Fixed `require` regression which broke the --fixed flag (#11247) + * Fixed security audit reports loading when exclude/only filter rules are used on a repository (#11281) + * Fixed autoloading regression on PHP 5.6 (#11285) + * Fixed archive command including an existing archive into itself if run repeatedly (#11239) + * Fixed dev package prompt in `require` not appearing in some conditions (#11287) + ### [2.5.1] 2022-12-22 * Fixed ClassLoader regression which made it fail if serialized (e.g. within PHPUnit process isolation) (#11237) @@ -1681,6 +1691,7 @@ * Initial release +[2.5.2]: https://github.com/composer/composer/compare/2.5.1...2.5.2 [2.5.1]: https://github.com/composer/composer/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/composer/composer/compare/2.4.4...2.5.0 [2.4.4]: https://github.com/composer/composer/compare/2.4.3...2.4.4