From ffee8ca329884a23b5bb0624b83901f89d76547c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 15 Sep 2021 13:54:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d6c4962..1b5a194a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [2.1.8] 2021-09-15 + + * Fixed regression in 2.1.7 when parsing classmaps in files containing invalid Unicode (#10102) + ### [2.1.7] 2021-09-14 * Added many type annotations internally, which may have an effect on CI/static analysis for people using Composer as a dependency. This work will continue in following releases @@ -1256,6 +1260,7 @@ * Initial release +[2.1.8]: https://github.com/composer/composer/compare/2.1.7...2.1.8 [2.1.7]: https://github.com/composer/composer/compare/2.1.6...2.1.7 [2.1.6]: https://github.com/composer/composer/compare/2.1.5...2.1.6 [2.1.5]: https://github.com/composer/composer/compare/2.1.4...2.1.5