mirror of https://github.com/rails/rails
Add changelog entry for https://github.com/rails/rails/pull/37918
Per request from @bogdanvlviv.
This commit is contained in:
parent
f185190a7a
commit
e1545682eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue