aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_1_release_notes.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-02-11 02:13:09 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-02-11 02:52:07 -0800
commit0b86a6e950ed78822470793deddbec41c6d105f5 (patch)
tree6a2d629fae7e10e8f4dccb72807460a46156c8f5 /guides/source/4_1_release_notes.md
parentecf04f19b0754de8a2937acd9b03e42e94a570aa (diff)
downloadrails-0b86a6e950ed78822470793deddbec41c6d105f5.tar.gz
rails-0b86a6e950ed78822470793deddbec41c6d105f5.tar.bz2
rails-0b86a6e950ed78822470793deddbec41c6d105f5.zip
Updated CHANGELOG, docs, guides and release notes.
Also added a `cookies_serializer.rb` initializer to the app template.
Diffstat (limited to 'guides/source/4_1_release_notes.md')
-rw-r--r--guides/source/4_1_release_notes.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 90e6b2fcbc..8fcfc71351 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -346,10 +346,8 @@ for detailed changes.
params "deep munging" that was used to address security vulnerability
CVE-2013-0155. ([Pull Request](https://github.com/rails/rails/pull/13188))
-* Added `:serializer` option for `config.session_store :cookie_store`. This
- changes default serializer when using
- `:cookie_store`. ([Pull Request](https://github.com/rails/rails/pull/13692))
-
+* New config option `config.action_dispatch.cookies_serializer` for specifying
+ a serializer for the signed and encrypted cookie jars. (Pull Requests [1](https://github.com/rails/rails/pull/13692), [2](https://github.com/rails/rails/pull/13945) / [More Details](upgrading_ruby_on_rails.html#cookies-serializer))
Action Mailer
-------------