Update changelog
parent
3ebd66b851
commit
8b7ea8deb6
|
@ -1,3 +1,9 @@
|
|||
### [2.2.16] 2022-07-05
|
||||
|
||||
* Fixed non-interactive behavior of allow-plugins to throw instead of continue with a warning to avoid broken installs (#10920)
|
||||
* Fixed allow-plugins BC mode to ensure old lock files created pre-2.2 can be installed with only a warning but plugins fully loaded (#10920)
|
||||
* Fixed deprecation notice (#10921)
|
||||
|
||||
### [2.2.15] 2022-07-01
|
||||
|
||||
* Fixed support for `cache-read-only` where the filesystem is not writable (#10906)
|
||||
|
@ -1455,6 +1461,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.2.16]: https://github.com/composer/composer/compare/2.2.15...2.2.16
|
||||
[2.2.15]: https://github.com/composer/composer/compare/2.2.14...2.2.15
|
||||
[2.2.14]: https://github.com/composer/composer/compare/2.2.13...2.2.14
|
||||
[2.2.13]: https://github.com/composer/composer/compare/2.2.12...2.2.13
|
||||
|
|
Loading…
Reference in New Issue