aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-23 23:46:16 +0100
committerXavier Noria <fxn@hashref.com>2013-02-23 23:46:37 +0100
commitc9c5656950533ab9223971da0aae7ffdf3cb40f8 (patch)
tree9702c260ffd18e3a6dd6ff5e1b08fd15ea5a81ff
parentdcfa3205d519ce2812d5605bc7a113897fc438d3 (diff)
downloadrails-c9c5656950533ab9223971da0aae7ffdf3cb40f8.tar.gz
rails-c9c5656950533ab9223971da0aae7ffdf3cb40f8.tar.bz2
rails-c9c5656950533ab9223971da0aae7ffdf3cb40f8.zip
registers the encrypted session store in the AP changelog
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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).