From 36b32bb32e84aff0f507c690aafa1e51e0a3acf6 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 28 Jul 2019 15:53:51 +0900 Subject: Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog" This reverts commit ac6f3c9299209ea4b2fa7c368ea1ff406735ca93, reversing changes made to 5b0ea95a1a8acc5054f9a58d324070303cbd19b9. --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 57339e141b..90217755bc 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -89,7 +89,7 @@ *Gustavo Gutierrez* -* Calling `ActionController::Parameters#transform_keys!` without a block now returns +* Calling `ActionController::Parameters#transform_keys`/`!` without a block now returns an enumerator for the parameters instead of the underlying hash. *Eugene Kenny* -- cgit v1.2.3