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

Added deprecation and removal notes for Action View [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2018-01-07 22:07:17 +05:30
parent 1bb99ae7ad
commit d14029c117
No known key found for this signature in database
GPG key ID: 8B90F6B89E2BCB71

View file

@ -127,11 +127,14 @@ Please refer to the [Changelog][action-view] for detailed changes.
### Removals
ToDo
* Removed deprecated Erubis ERB handler.
([Commit](https://github.com/rails/rails/commit/7de7f12fd14))
### Deprecations
ToDo
* Deprecated `image_alt` helper which used to add default alt text to
the image text.
([Pull Request](https://github.com/rails/rails/pull/30213))
### Notable changes