edit changeset before next pre release

This commit is contained in:
Fred K. Schott 2021-07-21 07:55:06 -07:00
parent 428513c446
commit 013232bc39

View file

@ -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.