Skip to content

Commit 71c7f36

Browse files
authored
Update workflows.yaml
1 parent c96d16d commit 71c7f36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/changelogs/workflows.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ productLink: "/workflows/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8-
- publish_date: "2024-11-22"
8+
- publish_date: "2024-11-21"
9+
title: "Worker bindings "
10+
description: |-
11+
You can now call `create()` without any arguments when using the [Workers API](/workflows/build/workers-api/#create) for Workflows. Workflows will automatically generate the ID of the Workflow on your behalf.
12+
13+
This addresses a bug that caused calls to `create()` to fail when provided with no arguments.
14+
- publish_date: "2024-11-20"
915
title: "Multiple Workflows in local development now supported"
1016
description: |-
1117
Local development with `wrangler dev` now correctly supports multiple Workflow definitions per script.

0 commit comments

Comments
 (0)