CHANGELOG.md 611 字节
Newer Older
J
Jeremy Daer 已提交
1 2
## Rails 6.0.0.alpha (Unreleased) ##

A
Andrew White 已提交
3 4 5 6 7 8 9 10
*   Don't enforce UTF-8 by default

    With the disabling of TLS 1.0 by most major websites, continuing to run
    IE8 or lower becomes increasingly difficult so default to not enforcing
    UTF-8 encoding as it's not relevant to other browsers.

    *Andrew White*

11 12 13 14
*   Change translation key of `submit_tag` from `module_name_class_name` to `module_name/class_name`.

    *Rui Onodera*

J
Jeremy Daer 已提交
15 16 17
*   Rails 6 requires Ruby 2.4.1 or newer.

    *Jeremy Daer*
18 19


20
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actionview/CHANGELOG.md) for previous changes.