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*