mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
062e5f2b06
This allows auto_discovery_link_tag to support the JSON Feed standard. See https://jsonfeed.org/version/1 for more information.
11 lines
366 B
Markdown
11 lines
366 B
Markdown
* Add `:json` type to `auto_discovery_link_tag` to support [JSON Feeds](https://jsonfeed.org/version/1)
|
|
|
|
*Mike Gunderloy*
|
|
|
|
* Update `distance_of_time_in_words` helper to display better error messages
|
|
for bad input.
|
|
|
|
*Jay Hayes*
|
|
|
|
|
|
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md) for previous changes.
|