diff options
-rw-r--r-- | .changeset/famous-bees-fry.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/famous-bees-fry.md b/.changeset/famous-bees-fry.md index cdb2cac82..1b9fff079 100644 --- a/.changeset/famous-bees-fry.md +++ b/.changeset/famous-bees-fry.md @@ -1,9 +1,9 @@ --- -'astro': minor +'astro': major --- New Collections API (createCollection) -[BREAKING CHANGE:] The expected return format from createCollection() has been changed. Visit https://docs.astro.build/core-concepts/collections to learn the new API. +BREAKING CHANGE: The expected return format from createCollection() has been changed. Visit https://docs.astro.build/core-concepts/collections to learn the new API. This feature was implemented with backwards-compatible deprecation warnings, to help you find and update pages that are using the legacy API. |