mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry for #17064
This commit is contained in:
parent
b2278aa1a0
commit
450743cf56
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
* Update `select_tag` to work correctly with `:include_blank` option passing a string.
|
||||
|
||||
Fixes #16483.
|
||||
|
||||
*Frank Groeneveld*
|
||||
|
||||
* Changed the meaning of `render "foo/bar"`.
|
||||
|
||||
Previously, calling `render "foo/bar"` in a controller action is equivalent
|
||||
|
|
Loading…
Reference in a new issue