summaryrefslogtreecommitdiff
path: root/.changeset/fuzzy-jobs-explain.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-11 08:22:23 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-11 11:22:23 -0400
commite1a886530f0c0077b5c94251ab2e9c428d761e7b (patch)
tree2c156c20b1ad7c66c372eaddb562672bd4591aa0 /.changeset/fuzzy-jobs-explain.md
parent718d8f54725565a8c7229f609f3b914beaa3b9a9 (diff)
downloadastro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.gz
astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.zst
astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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;
-```