diff --git a/.changeset/twelve-grapes-dream.md b/.changeset/twelve-grapes-dream.md index a146d859..90f0cf40 100644 --- a/.changeset/twelve-grapes-dream.md +++ b/.changeset/twelve-grapes-dream.md @@ -2,4 +2,4 @@ '@astrojs/cloudflare': patch --- -Fixes a regression which caused the adapter to falsely return an empty 404 response, caused by a change in `app.match()` behavior, which was introduced in https://github.com/withastro/astro/pull/7754. We forget to update the Cloudflare adapter and this implements the necessary fix. +Fixes a regression which caused the adapter to falsely return an empty 404 response, caused by an upstream change https://github.com/withastro/astro/pull/7754.