1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added changelog entry for Flash changes [ci skip]

This commit is contained in:
Godfrey Chan 2014-02-11 00:45:44 -08:00
parent 9fc7a6fced
commit ecf04f19b0

View file

@ -1,3 +1,7 @@
* `FlashHash` now behaves like a `HashWithIndifferentAccess`.
*Guillermo Iguaran*
* Set the `:shallow_path` scope option as each scope is generated rather than
waiting until the `shallow` option is set. Also make the behavior of the
`:shallow` resource option consistent with the behavior of the `shallow` method.