diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4ffaa666b93699e8adb1af03783322a0dbd3adbe..334eebc268c027f97a43c2680f9e1ec7aeb07c77 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*