diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-07-11 17:11:15 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-07-11 17:11:15 +0900 |
commit | 0a483eba3429b7f53a10ce5c2e2c107d542bf2d9 (patch) | |
tree | bfd9d430c40e53749865a11938abb8fec1c0de32 /activesupport | |
parent | 169a7476e32e014b721ebd0940007b2ac3d5b8d1 (diff) | |
download | rails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.tar.gz rails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.tar.bz2 rails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.zip |
fix class name typo [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4ffaa666b9..334eebc268 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -* Fix not calling `#default` on `HashWithIndifferentAcess#to_hash` when only +* Fix not calling `#default` on `HashWithIndifferentAccess#to_hash` when only `default_proc` is set, which could raise. *Simon Eskildsen* |