From 7a9098fa15e23c549b77bde4d4c534d68c6cd358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 19 Apr 2018 23:07:53 -0400 Subject: Revert "Merge pull request #32652 from bogdanvlviv/add-missing-changelog-for-32593" This reverts commit 78ff47f3e77925f72d98579da6feb68f36052ad8, reversing changes made to daffe03308bffc43ea343a886aab33082d83bb9c. That changelog entry should only be on 5-2-stable --- actionpack/CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e51b19b6d0..a370c3fc99 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,15 +1,3 @@ -* Fix strong parameters `permit!` with nested arrays. - - Given: - ``` - params = ActionController::Parameters.new(nested_arrays: [[{ x: 2, y: 3 }, { x: 21, y: 42 }]]) - params.permit! - ``` - - `params[:nested_arrays][0][0].permitted?` will now return `true` instead of `false`. - - *Steve Hull* - * Output only one Content-Security-Policy nonce header value per request. Fixes #32597. -- cgit v1.2.3