diff options
author | 2024-08-14 10:29:35 +0200 | |
---|---|---|
committer | 2024-08-14 10:29:35 +0200 | |
commit | 3fb927d7aecc2b58da64cc87bfc7802f28e302c8 (patch) | |
tree | 4c09be4f549326d264d14446046ebb3874d7ce6e | |
parent | 6bb001476c25f9513f8a5a0e5189f53465c60773 (diff) | |
download | astro-3fb927d7aecc2b58da64cc87bfc7802f28e302c8.tar.gz astro-3fb927d7aecc2b58da64cc87bfc7802f28e302c8.tar.zst astro-3fb927d7aecc2b58da64cc87bfc7802f28e302c8.zip |
nit: typo in changelog (#11696)
-rw-r--r-- | packages/astro/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index b11f7621e..9db8916b2 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -8,7 +8,7 @@ - [#11535](https://github.com/withastro/astro/pull/11535) [`932bd2e`](https://github.com/withastro/astro/commit/932bd2eb07f1d7cb2c91e7e7d31fe84c919e302b) Thanks [@matthewp](https://github.com/matthewp)! - Encrypt server island props - Server island props are not encrypted with a key generated at build-time. This is intended to prevent accidentally leaking secrets caused by exposing secrets through prop-passing. This is not intended to allow a server island to be trusted to skip authentication, or to protect against any other vulnerabilities other than secret leakage. + Server island props are now encrypted with a key generated at build-time. This is intended to prevent accidentally leaking secrets caused by exposing secrets through prop-passing. This is not intended to allow a server island to be trusted to skip authentication, or to protect against any other vulnerabilities other than secret leakage. See the RFC for an explanation: https://github.com/withastro/roadmap/blob/server-islands/proposals/server-islands.md#props-serialization @@ -7578,7 +7578,7 @@ ## 2.0.0 > **Note** -> This is a detailed changelog of all changes in Astro v2. +> 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 |