diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index 627bbbd30f1c5e2..e7409d2c529bf20 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -14,9 +14,9 @@ entries: - publish_date: "2024-09-26" description: |- - You can now connect your GitHub or GitLab repository to an existing Worker to automatically build and deploy your changes when you make a git push with [Workers Builds](/workers/ci-cd/builds/). - - publish_date: '2024-09-20' + - publish_date: "2024-09-20" description: |- - - The new `handle_cross_request_promise_resolution` compatibility flag enables the ability to resolve promises across requests without losing the correct request context. + - Workers now support the [`handle_cross_request_promise_resolution`] compatibility flag which addresses certain edge cases around awaiting and resolving promises across multiple requests. - publish_date: "2024-09-19" description: |- - Revamped Workers and Pages UI settings to simplify the creation and management of project configurations. For bugs and general feedback, please submit this [form](https://forms.gle/XXqhRGbZmuzninuN9).