summaryrefslogtreecommitdiff
path: root/.changeset/fuzzy-jobs-explain.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/fuzzy-jobs-explain.md')
-rw-r--r--.changeset/fuzzy-jobs-explain.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/.changeset/fuzzy-jobs-explain.md b/.changeset/fuzzy-jobs-explain.md
deleted file mode 100644
index e15f46130..000000000
--- a/.changeset/fuzzy-jobs-explain.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-'@astrojs/cloudflare': minor
----
-
-The `getRuntime` utility has been deprecated and should be updated to the new [`Astro.locals`](https://docs.astro.build/en/guides/middleware/#locals) API.
-
-```diff
-- import { getRuntime } from '@astrojs/cloudflare/runtime';
-- getRuntime(Astro.request);
-
-+ const runtime = Astro.locals.runtime;
-```