From 77fadf0e1ed75904fc284c71891f2129ddafd509 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 27 Sep 2023 14:26:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea8786e0..6a995875a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [2.6.4] 2023-09-xx + + * Fixed json output of abandoned packages in audit command (#11647) + * Performance improvement in pool optimization step (#11638) + * Performance improvement in `show -a ` (#11659) + ### [2.6.3] 2023-09-15 * Added audit.abandoned config setting. Can be set to `ignore`, `report` (current default) or `fail` (future default in 2.7) to make the audit command report abandoned packages as a security problem (#11639) @@ -1776,6 +1782,7 @@ * Initial release +[2.6.4]: https://github.com/composer/composer/compare/2.6.3...2.6.4 [2.6.3]: https://github.com/composer/composer/compare/2.6.2...2.6.3 [2.6.2]: https://github.com/composer/composer/compare/2.6.1...2.6.2 [2.6.1]: https://github.com/composer/composer/compare/2.6.0...2.6.1