diff options
author | 2021-07-21 07:55:06 -0700 | |
---|---|---|
committer | 2021-07-21 07:55:18 -0700 | |
commit | 013232bc399c1c68351af5f6b7a62848b14651d3 (patch) | |
tree | 18847c2619f31bfb02ea209876282aff1a3f4589 | |
parent | 428513c4465df166f741e09cd01986e6f14bab3d (diff) | |
download | astro-013232bc399c1c68351af5f6b7a62848b14651d3.tar.gz astro-013232bc399c1c68351af5f6b7a62848b14651d3.tar.zst astro-013232bc399c1c68351af5f6b7a62848b14651d3.zip |
edit changeset before next pre release
Diffstat (limited to '')
-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. |