From c9c5656950533ab9223971da0aae7ffdf3cb40f8 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 23 Feb 2013 23:46:16 +0100 Subject: registers the encrypted session store in the AP changelog --- actionpack/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a8a9b17fcf..528fa291c5 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* New applications use an encrypted session store by default. + + *Santiago Pastorino* + * Determine the controller#action from only the matched path when using the shorthand syntax. Previously the complete path was used, which led to problems with nesting (scopes and namespaces). -- cgit v1.2.3