You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
11
### [2.2.5] 2022-01-21
2
12
3
13
* Disabled `composer/package-versions-deprecated` by default as it can function using `Composer\InstalledVersions` at runtime (#10458)
0 commit comments