From 0a483eba3429b7f53a10ce5c2e2c107d542bf2d9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 11 Jul 2015 17:11:15 +0900 Subject: [PATCH] fix class name typo [ci skip] --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- GitLab