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:
parent
1bb99ae7ad
commit
d14029c117
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue