registers the encrypted session store in the AP changelog

This commit is contained in:
Xavier Noria 2013-02-23 23:46:16 +01:00
parent dcfa3205d5
commit c9c5656950

@ -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).