Update changelog
parent
0fdf746ebe
commit
a1179aa4a7
|
@ -1,3 +1,10 @@
|
||||||
|
### [1.7.0] 2018-08-03
|
||||||
|
|
||||||
|
* Added the overridden platform config's PHP version in the `diagnose` command output
|
||||||
|
* Fixed --no-plugins not being respected in a few commands
|
||||||
|
* Fixed 1.7.0-RC regression in output showing <warn> instead of proper colors
|
||||||
|
* Fixed 1.7.0-RC regression in output missing "Loading from cache" output on package install
|
||||||
|
|
||||||
### [1.7.0-RC] 2018-07-24
|
### [1.7.0-RC] 2018-07-24
|
||||||
|
|
||||||
* Changed default repository URL from packagist.org to repo.packagist.org, this might affect people with strict firewall rules
|
* Changed default repository URL from packagist.org to repo.packagist.org, this might affect people with strict firewall rules
|
||||||
|
@ -667,6 +674,7 @@
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[1.7.0]: https://github.com/composer/composer/compare/1.7.0...1.7.0
|
||||||
[1.7.0-RC]: https://github.com/composer/composer/compare/1.6.5...1.7.0-RC
|
[1.7.0-RC]: https://github.com/composer/composer/compare/1.6.5...1.7.0-RC
|
||||||
[1.6.5]: https://github.com/composer/composer/compare/1.6.4...1.6.5
|
[1.6.5]: https://github.com/composer/composer/compare/1.6.4...1.6.5
|
||||||
[1.6.4]: https://github.com/composer/composer/compare/1.6.3...1.6.4
|
[1.6.4]: https://github.com/composer/composer/compare/1.6.3...1.6.4
|
||||||
|
|
Loading…
Reference in New Issue