From 6f79163a2a7ca3fc6ff4ffab6bd3714e44b69906 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 24 Oct 2020 09:55:52 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcecc168f..6c79b1faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [1.10.16] 2020-10-24 + + * Added warning to `validate` command for cases where packages provide/replace a package that they also require + * Fixed JSON schema validation issue with PHPStorm + * Fixed symlink handling in `archive` command + ### [1.10.15] 2020-10-13 * Fixed path repo version guessing issue @@ -905,6 +911,7 @@ * Initial release +[1.10.16]: https://github.com/composer/composer/compare/1.10.15...1.10.16 [1.10.15]: https://github.com/composer/composer/compare/1.10.14...1.10.15 [1.10.14]: https://github.com/composer/composer/compare/1.10.13...1.10.14 [1.10.13]: https://github.com/composer/composer/compare/1.10.12...1.10.13