From 096ee1594d329f53ef47d0aff9bb6eef25a18b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 5 Apr 2013 16:43:04 -0300 Subject: Improve the changelog entry [ci skip] --- actionpack/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 3121167d2d..913edbd8df 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,9 +1,10 @@ ## Rails 4.0.0 (unreleased) ## -* Fix explicit names on multiple file fields. If a file field tag is passed +* Fix explicit names on multiple file fields. If a file field tag has the multiple option, it is turned into an array field (appending `[]`), - but if the file field is passed an explicit name as an option, leave the - name alone (do not append `[]`). Fixes #9830 + but if an explicit name is passed to `file_field` the `[]` is not + appended. + Fixes #9830. *Ryan McGeary* -- cgit v1.2.3