aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_2_release_notes.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2017-11-27 16:00:52 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2017-11-27 16:00:52 +0530
commit3f89a05c456ff7de2400fb89bf63f5d264f965a4 (patch)
tree528575b60853864f057ef5f8b4ffc57e4ee05bf1 /guides/source/5_2_release_notes.md
parentc30c434527d40bca6b28f0714ac8f8f94715763a (diff)
downloadrails-3f89a05c456ff7de2400fb89bf63f5d264f965a4.tar.gz
rails-3f89a05c456ff7de2400fb89bf63f5d264f965a4.tar.bz2
rails-3f89a05c456ff7de2400fb89bf63f5d264f965a4.zip
Added CSP as major feature [ci skip]
Diffstat (limited to 'guides/source/5_2_release_notes.md')
-rw-r--r--guides/source/5_2_release_notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index e42f81fef4..eb361e200a 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
-----------------