Update changelog
parent
12d6759888
commit
41318576a3
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
### [2.0.0-beta1] 2020-08-xx
|
||||
|
||||
* Breaking: Zip archives loaded by artifact repositories must now have a composer.json on top level, or a max of one folder on top level of the archive
|
||||
* Added --no-dev support to `show` and `outdated` commands to skip dev requirements
|
||||
* Added support for multiple --repository flags being passed into the `create-project` command, only useful in combination with `--add-repository` to persist them to composer.json
|
||||
* Added a new optional `list` API endpoint for v2-format composer repositories, see [UPGRADE](UPGRADE-2.0.md) for details
|
||||
* Fixed `show -a` command not listing anything
|
||||
* Fixed solver bug where it ended in a "Reached invalid decision id 0"
|
||||
* Fixed updates of git-installed packages on windows
|
||||
* Lots of minor bug fixes
|
||||
|
||||
### [2.0.0-alpha2] 2020-06-24
|
||||
|
||||
* Added parallel installation of packages (requires OSX/Linux/WSL, and that `unzip` is present in PATH)
|
||||
|
@ -921,6 +932,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.0.0-beta1]: https://github.com/composer/composer/compare/2.0.0-alpha2...2.0.0-beta1
|
||||
[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
|
||||
[1.10.9]: https://github.com/composer/composer/compare/1.10.8...1.10.9
|
||||
|
|
Loading…
Reference in New Issue