Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/workers/platform/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ description: Review recent changes to Cloudflare Workers.

import { ProductChangelog } from "~/components";

This changelog details meaningful changes made to Workers across the Cloudflare dashboard, Wrangler, the API, and the workerd runtime. These changes are not configurable.

This is *different* from [compatibility dates](/workers/configuration/compatibility-dates/) and [compatibility flags](/workers/configuration/compatibility-dates/#compatibility-flags), which let you explicitly opt-in to or opt-out of specific changes to the Workers Runtime.

{/* <!-- Actual content lives in /src/content/changelogs/workers.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

<ProductChangelog />
Loading