Add link to docs upgrade guide

This commit is contained in:
Chris Swithinbank 2023-01-24 00:48:53 +01:00
parent 25aa70a649
commit d9d7d7e37b
No known key found for this signature in database
GPG key ID: 52DB15DC07051619

View file

@ -2,6 +2,10 @@
## 2.0.0
> **Note**
> This is a detailed changelog of all changes in Astro v2.
> See our [upgrade guide](https://docs.astro.build/en/guides/upgrade-to/v2/) for an overview of steps needed to upgrade an existing project.
### Major Changes
- [#5687](https://github.com/withastro/astro/pull/5687) [`e2019be6f`](https://github.com/withastro/astro/commit/e2019be6ffa46fa33d92cfd346f9ecbe51bb7144) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Give remark and rehype plugins access to user frontmatter via frontmatter injection. This means `data.astro.frontmatter` is now the _complete_ Markdown or MDX document's frontmatter, rather than an empty object.