From b73120cbbe16f758f3e9189d49970a8627211a9f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 11 Jun 2019 15:02:45 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c079b6922..a150aaad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [1.8.6] 2019-06-11 + + * Fixed handling of backslash-escapes handling in compoesr.json when using the require command + * Fixed create-project not following classmap-authoritative and apcu-autoloader config values + * Fixed HHVM version warning showing up in some cases when it was not in use + ### [1.8.5] 2019-04-09 * HHVM 4.0 is no longer compatible with Composer. Please use PHP instead going forward. @@ -745,6 +751,7 @@ * Initial release +[1.8.6]: https://github.com/composer/composer/compare/1.8.5...1.8.6 [1.8.5]: https://github.com/composer/composer/compare/1.8.4...1.8.5 [1.8.4]: https://github.com/composer/composer/compare/1.8.3...1.8.4 [1.8.3]: https://github.com/composer/composer/compare/1.8.2...1.8.3