diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2018-01-07 22:29:13 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2018-01-07 22:29:13 +0530 |
commit | 1ba8412607ae7190dc1c59718099e2f04372905d (patch) | |
tree | 76eec916f71629e7dedb751db0360947de42abd9 /guides/source | |
parent | d14029c117006d2927f2f7f927fe52b92a62f94e (diff) | |
download | rails-1ba8412607ae7190dc1c59718099e2f04372905d.tar.gz rails-1ba8412607ae7190dc1c59718099e2f04372905d.tar.bz2 rails-1ba8412607ae7190dc1c59718099e2f04372905d.zip |
Fix the desc for image_alt change [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index 3f882e3f42..7b5c4b87e3 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -133,7 +133,7 @@ Please refer to the [Changelog][action-view] for detailed changes. ### Deprecations * Deprecated `image_alt` helper which used to add default alt text to - the image text. + the images generated by `image_tag`. ([Pull Request](https://github.com/rails/rails/pull/30213)) ### Notable changes |