From f4f952f1cefb601a7f9ff8250a836ab6cb18946d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 8 Sep 2020 16:53:29 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e67556cf..994c7f367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [1.10.11] 2020-09-08 + + * Fixed more PHP 8 compatibility issues + * Fixed regression in handling of CTRL-C when xdebug is loaded + * Fixed `status` handling of broken symlinks + ### [1.10.10] 2020-08-03 * Fixed `create-project` not triggering events while installing the root package @@ -879,6 +885,7 @@ * Initial release +[1.10.11]: https://github.com/composer/composer/compare/1.10.10...1.10.11 [1.10.10]: https://github.com/composer/composer/compare/1.10.9...1.10.10 [1.10.9]: https://github.com/composer/composer/compare/1.10.8...1.10.9 [1.10.8]: https://github.com/composer/composer/compare/1.10.7...1.10.8