aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-05-12 11:11:58 -0400
committerGitHub <noreply@github.com>2019-05-12 11:11:58 -0400
commit1efe902f33b7704d487e8414aaf9af6178523e45 (patch)
tree6aa53da5a24c1633d039d3fc0b03935439379c32 /guides/source/6_0_release_notes.md
parent8f9f43172c9b12e363b56b2fad35f904224e9616 (diff)
parent739aec916fc95e24d1917383d628dbfde28f1125 (diff)
downloadrails-1efe902f33b7704d487e8414aaf9af6178523e45.tar.gz
rails-1efe902f33b7704d487e8414aaf9af6178523e45.tar.bz2
rails-1efe902f33b7704d487e8414aaf9af6178523e45.zip
Merge pull request #36245 from vishaltelangre/patch-4
[ci skip] Clarity about embed metadata in signed and encrypted cookie
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 1b37bf50e1..fa45e7240d 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -245,7 +245,7 @@ Please refer to the [Changelog][action-pack] for detailed changes.
* Expose `ActionController::Parameters#each_key`.
([Pull Request](https://github.com/rails/rails/pull/33758))
-* Add purpose metadata to signed/encrypted cookies to prevent copying the value of
+* Add purpose and expiry metadata inside signed/encrypted cookies to prevent copying the value of
cookies into one another.
([Pull Request](https://github.com/rails/rails/pull/32937))