diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b1a18..7a95369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed * Run migrations first via `composer.json` scripts, because Craft won't apply Project Config if there are pending migrations * Added `tty: true` back in now that the issue has been fixed in the Docker Compose API `2.4.1` ([#9348](https://github.com/docker/compose/pull/9348)) +* Wait for both `vendor/autoload.php` as we as `composer.lock` before starting up the queue listener ## 2.5.6 - 2022.03.30 ### Changed