diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index e42f81fef4108f4733a4ec5d880c8ff9b4568052..eb361e200a0a4a65369e1d1417cff843cdfd6105 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -9,6 +9,7 @@ Highlights in Rails 5.2: * Redis Cache Store * HTTP/2 Early hints support * Credentials +* Default Content Security Policy These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the [list of @@ -48,6 +49,10 @@ Major Features [Pull Request](https://github.com/rails/rails/pull/30067) +### Default Content Security Policy + +[Pull Request](https://github.com/rails/rails/pull/31162) + Incompatibilities -----------------