From b67ceb8e74140c102115ef63e14bd241c10c5f21 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 5 Oct 2021 09:26:54 +0200 Subject: [PATCH] Prepare changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5a194a0..bf4aed39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [2.1.9] 2021-10-05 + + * Fixed classmap parsing with a new class parser which does not rely on regexes anymore (#10107) + * Fixed inline git credentials showing up in output in some conditions (#10115) + * Fixed support for running updates while offline as long as the cache contains enough information (#10116) + * Fixed `show --all foo/bar` which as of 2.0.0 was not showing all versions anymore but only the installed one (#10095) + * Fixed VCS repos ignoring some versions silently when the API rate limit is reached (#10132) + * Fixed CA bundle to remove the expired Let's Encrypt root CA + ### [2.1.8] 2021-09-15 * Fixed regression in 2.1.7 when parsing classmaps in files containing invalid Unicode (#10102) @@ -1260,6 +1269,7 @@ * Initial release +[2.1.9]: https://github.com/composer/composer/compare/2.1.8...2.1.9 [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