Skip to content

Commit 7196e2e

Browse files
Add disclaimer about difference between changelog and compat dates (#17525)
* Add disclaimer about difference between changelog and compat dates * Update src/content/docs/workers/platform/changelog/index.mdx * Update src/content/docs/workers/platform/changelog/index.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> --------- Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 5eb0416 commit 7196e2e

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/workers/platform/changelog

1 file changed

+4
-0
lines changed

src/content/docs/workers/platform/changelog/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ description: Review recent changes to Cloudflare Workers.
1313

1414
import { ProductChangelog } from "~/components";
1515

16+
This changelog details meaningful changes made to Workers across the Cloudflare dashboard, Wrangler, the API, and the workerd runtime. These changes are not configurable.
17+
18+
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.
19+
1620
{/* <!-- 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 --> */}
1721

1822
<ProductChangelog />

0 commit comments

Comments
 (0)