diff options
author | savroff <savroff@gmail.com> | 2017-06-19 18:32:17 -0400 |
---|---|---|
committer | savroff <savroff@gmail.com> | 2017-06-19 18:39:54 -0400 |
commit | 01ddd1cecff3fabd1ecaeb86717612e757b74139 (patch) | |
tree | e4e9227f574d0575744130e501de7b69071052b5 /actionview | |
parent | 0c66c25ba4a92edcdd41a3eba31a208bdff3b2b5 (diff) | |
download | rails-01ddd1cecff3fabd1ecaeb86717612e757b74139.tar.gz rails-01ddd1cecff3fabd1ecaeb86717612e757b74139.tar.bz2 rails-01ddd1cecff3fabd1ecaeb86717612e757b74139.zip |
Add changes to CHANGELOG
fix
fix
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index ceaea40d18..916d29a540 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,9 @@ +* Fix issues with scopes and engine on `current_page?` method. + + Fixes #29401. + + *Nikita Savrov* + * Generate field ids in `collection_check_boxes` and `collection_radio_buttons`. This makes sure that the labels are linked up with the fields. |