Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Oct 27, 2022
1 parent bb726b8 commit 4900a14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [2.4.4] 2022-10-27

* Added extra debug output when a zip extraction fails while on GitHub Actions (#11148)
* Fixed cache write failures when the cache dir gets removed during a composer run (#11076)
* Fixed 2.4.3 regression in loading Composer on SMB/network shares (#11077)
* Fixed `--dry-run` flag missing from `bump` command (#11047)
* Fixed `status` command reporting differences when the source ref is a tag (#11155)
* Fixed outdated command outputting legend on stdout instead of stderr, and ensured it always outputs some status even when no dependencies are outdated (#11148)
* Fixed URL sanitizer to handle new GitHub personal access tokens format

### [2.4.3] 2022-10-14

* BC Break: The json format of `audit` command now has `reportedAt` as an RFC3339 string instead of an object which was a mistake (#11120)
Expand Down Expand Up @@ -1647,6 +1657,7 @@

* Initial release

[2.4.4]: https://github.com/composer/composer/compare/2.4.3...2.4.4
[2.4.3]: https://github.com/composer/composer/compare/2.4.2...2.4.3
[2.4.2]: https://github.com/composer/composer/compare/2.4.1...2.4.2
[2.4.1]: https://github.com/composer/composer/compare/2.4.0...2.4.1
Expand Down

0 comments on commit 4900a14

Please sign in to comment.