aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 22:07:17 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 22:07:17 +0530
commitd14029c117006d2927f2f7f927fe52b92a62f94e (patch)
tree7bb0d5ecf396a6ca662d0055156ad5a13feb6210 /guides
parent1bb99ae7adfe9783e85684c18e0f2c4fe3f58ca5 (diff)
downloadrails-d14029c117006d2927f2f7f927fe52b92a62f94e.tar.gz
rails-d14029c117006d2927f2f7f927fe52b92a62f94e.tar.bz2
rails-d14029c117006d2927f2f7f927fe52b92a62f94e.zip
Added deprecation and removal notes for Action View [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_2_release_notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index c464f86798..3f882e3f42 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -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