summaryrefslogtreecommitdiff
path: root/.changeset/slimy-queens-hang.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/slimy-queens-hang.md')
-rw-r--r--.changeset/slimy-queens-hang.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/slimy-queens-hang.md b/.changeset/slimy-queens-hang.md
deleted file mode 100644
index 936ed2731..000000000
--- a/.changeset/slimy-queens-hang.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': minor
----
-
-The value of the different properties on `supportedAstroFeatures` for adapters can now be objects, with a `support` and `message` properties. The content of the `message` property will be shown in the Astro CLI when the adapter is not compatible with the feature, allowing one to give a better informational message to the user.
-
-This is notably useful with the new `limited` value, to explain to the user why support is limited.