1
0
Fork 0

Prepare alpha2 changelog

pull/9026/head
Jordi Boggiano 2020-06-24 09:02:20 +02:00
parent a5e608fb73
commit 05eec0b02f
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### [2.0.0-alpha2] 2020-06-24
* Added parallel installation of packages (requires OSX/Linux/WSL, and that `unzip` is present in PATH)
* Added optimization of constraints by compiling them to PHP code, which should reduce CPU time of updates
* Added handling of Ctrl-C on Windows for PHP 7.4+
* Added better support for default branch names other than `master`
* Added --format=summary flag to `license` command
* Fixed issue in platform check when requiring ext-zend-opcache
* Fixed inline aliases issues
* Fixed git integration issue when signatures are set to be shown by default
### [2.0.0-alpha1] 2020-06-03 ### [2.0.0-alpha1] 2020-06-03
* Breaking: This is a major release and while we tried to keep things compatible for most users, you might want to have a look at the [UPGRADE](UPGRADE-2.0.md) guides * Breaking: This is a major release and while we tried to keep things compatible for most users, you might want to have a look at the [UPGRADE](UPGRADE-2.0.md) guides
@ -897,6 +908,7 @@
* Initial release * Initial release
[2.0.0-alpha2]: https://github.com/composer/composer/compare/2.0.0-alpha1...2.0.0-alpha2
[2.0.0-alpha1]: https://github.com/composer/composer/compare/1.10.7...2.0.0-alpha1 [2.0.0-alpha1]: https://github.com/composer/composer/compare/1.10.7...2.0.0-alpha1
[1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7 [1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7
[1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6 [1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6