Skip to content

Commit 809b372

Browse files
committed
Update changelog for 2.2.6
1 parent 4f2e2ec commit 809b372

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [2.2.6] 2022-02-04
2+
3+
* BC Break: due to an oversight, the `COMPOSER_BIN_DIR` env var for binaries added in Composer 2.2.2 had to be renamed to `COMPOSER_RUNTIME_BIN_DIR` (#10512)
4+
* Fixed enum parsing in classmap generation with syntax like `enum foo:string` without space after `:` (#10498)
5+
* Fixed package search not urlencoding the input (#10500)
6+
* Fixed `reinstall` command not firing `pre-install-cmd`/`post-install-cmd` events (#10514)
7+
* Fixed edge case in path repositories where a symlink: true option would be ignored on old Windows and old PHP combos (#10482)
8+
* Fixed test suite compatibility with latest symfony/console releases (#10499)
9+
* Fixed some error reporting edge cases (#10484, #10451, #10493)
10+
111
### [2.2.5] 2022-01-21
212

313
* Disabled `composer/package-versions-deprecated` by default as it can function using `Composer\InstalledVersions` at runtime (#10458)
@@ -1374,6 +1384,7 @@
13741384

13751385
* Initial release
13761386

1387+
[2.2.6]: https://github.com/composer/composer/compare/2.2.5...2.2.6
13771388
[2.2.5]: https://github.com/composer/composer/compare/2.2.4...2.2.5
13781389
[2.2.4]: https://github.com/composer/composer/compare/2.2.3...2.2.4
13791390
[2.2.3]: https://github.com/composer/composer/compare/2.2.2...2.2.3

0 commit comments

Comments
 (0)