From 9e0721d53f542f00a451b765208b374047cbc56d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 29 Dec 2021 14:15:22 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78db398bd..4816db022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.2.2] 2021-12-29 + + * 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) + * Fixed issue when new binary proxies are combined with PHPUnit and process isolation (#10387) + * Fixed deprecation warnings when using Symfony 5.4+ and requiring composer/composer itself (#10404) + * Fixed UX of plugin warnings (#10381) + ### [2.2.1] 2021-12-22 * Fixed plugin autoloading including files autoload rules from the root package (#10382) @@ -1344,6 +1351,7 @@ * Initial release +[2.2.2]: https://github.com/composer/composer/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/composer/composer/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/composer/composer/compare/2.2.0-RC1...2.2.0 [2.2.0-RC1]: https://github.com/composer/composer/compare/2.1.14...2.2.0-RC1