diff options
author | Charley D <Calyhre@users.noreply.github.com> | 2014-08-21 21:57:19 +0200 |
---|---|---|
committer | Calyhre <calyhre@gmail.com> | 2014-08-21 22:09:23 +0200 |
commit | 657cbd64f1d1e9f07f30ea32e15dd8635b1c7b5d (patch) | |
tree | 43535a29e730b398d32b153cbd8a0eb71bdb014b /guides/source | |
parent | 6d3cf01cb063b2d3de602667c173565ea1305095 (diff) | |
download | rails-657cbd64f1d1e9f07f30ea32e15dd8635b1c7b5d.tar.gz rails-657cbd64f1d1e9f07f30ea32e15dd8635b1c7b5d.tar.bz2 rails-657cbd64f1d1e9f07f30ea32e15dd8635b1c7b5d.zip |
Add change to ActionView Notable changes [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_2_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index ce29704a31..39655447e3 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -297,6 +297,9 @@ Please refer to the [Changelog][action-view] for detailed changes. the hidden fields. ([Pull Request](https://github.com/rails/rails/pull/14738)) +* Placeholder I18n follows the same convention as `label` I18n. + ([Pull Request](https://github.com/rails/rails/pull/16438)) + Action Mailer ------------- |