Merge pull request #37939 from joelhawksley/class_names-changelog

Add changelog entry for https://github.com/rails/rails/pull/37918
This commit is contained in:
Eileen M. Uchitelle 2019-12-11 16:08:33 -05:00 committed by GitHub
commit 477ec2675d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
* Added `class_names` helper to create a CSS class value with conditional classes.
*Joel Hawksley*, *Aaron Patterson*
* Add support for conditional values to TagBuilder.
*Joel Hawksley*
* `ActionView::Helpers::FormOptionsHelper#select` should mark option for `nil` as selected.
```ruby