1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add changelog entry for 42c3537 [ci skip]

This commit is contained in:
Juan Broullon 2018-07-03 16:28:24 -04:00
parent cfc48d0b5f
commit 54c2c6de17

View file

@ -1,3 +1,13 @@
* Mark arrays of translations as trusted safe by using the `_html` suffix. Example:
en:
foo_html:
- "One"
- "<strong>Two</strong>"
- "Three &#128075; &#128578;"
*Juan Broullon*
* Add `year_format` option to date_select tag. This option makes it possible to customize year
names. Lambda should be passed to use this option.