Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ed2295

Browse files
committed
Update changelog for 2.2.3
1 parent efc7a3f commit 3ed2295

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [2.2.3] 2021-12-31
2+
3+
* Fixed issue with PHPUnit and process isolation now including PHPUnit <6.5 (#10387)
4+
* Fixed interoperability issue with laminas/laminas-zendframework-bridge and Composer 2.2 (#10401)
5+
* Fixed binary proxies for shell scripts to work correctly when they are symlinked (jakzal/phpqa#336)
6+
* Fixed overly greedy pool optimization in cases where a locked package is not required by anything anymore in a partial update (#10405)
7+
18
### [2.2.2] 2021-12-29
29

310
* Added [`COMPOSER_BIN_DIR` env var and `_composer_bin_dir` global](https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-bin-dir-from-a-binary) containing the path to the bin-dir for binaries. Packages relying on finding the bin dir with `$BASH_SOURCES[0]` will need to update their binaries (#10402)
@@ -1351,6 +1358,7 @@
13511358

13521359
* Initial release
13531360

1361+
[2.2.3]: https://github.com/composer/composer/compare/2.2.2...2.2.3
13541362
[2.2.2]: https://github.com/composer/composer/compare/2.2.1...2.2.2
13551363
[2.2.1]: https://github.com/composer/composer/compare/2.2.0...2.2.1
13561364
[2.2.0]: https://github.com/composer/composer/compare/2.2.0-RC1...2.2.0

0 commit comments

Comments
 (0)