aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-02-11 00:45:44 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-02-11 01:54:58 -0800
commitecf04f19b0754de8a2937acd9b03e42e94a570aa (patch)
treebcc9bc992c00c0ca9ad7a4dd5e13124bc82f8b58
parent9fc7a6fcedd3adc820d9d481d9362313c356747b (diff)
downloadrails-ecf04f19b0754de8a2937acd9b03e42e94a570aa.tar.gz
rails-ecf04f19b0754de8a2937acd9b03e42e94a570aa.tar.bz2
rails-ecf04f19b0754de8a2937acd9b03e42e94a570aa.zip
Added changelog entry for Flash changes [ci skip]
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 15541d58b5..d3177df1c3 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -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.