diff options
author | Tyler Scoville <tscoville2012@users.noreply.github.com> | 2017-10-26 15:14:20 -0700 |
---|---|---|
committer | Tyler Scoville <tscoville@zendesk.com> | 2017-10-27 10:04:00 -0700 |
commit | 67550f16129a293a4bff76f4311b6eb552361aa1 (patch) | |
tree | 8a37ed86597f99afbe6e8b1f1ec0ad23d524e2fc /guides | |
parent | 12de5e202ddfca27cccc5965b3048e88718a9ace (diff) | |
download | rails-67550f16129a293a4bff76f4311b6eb552361aa1.tar.gz rails-67550f16129a293a4bff76f4311b6eb552361aa1.tar.bz2 rails-67550f16129a293a4bff76f4311b6eb552361aa1.zip |
[ci skip] Updated 5_1_release_notes.md to include support to :text and :nothing in render
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_1_release_notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index 80c9da6446..6b9a950a42 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -350,6 +350,10 @@ Please refer to the [Changelog][action-pack] for detailed changes. * Removed deprecated methods related to controller filters. ([Commit](https://github.com/rails/rails/commit/d7be30e8babf5e37a891522869e7b0191b79b757)) + +* Removed deprecated support to `:text` and `:nothing` in `render`. + ([Commit](https://github.com/rails/rails/commit/79a5ea9eadb4d43b62afacedc0706cbe88c54496), + [Commit](https://github.com/rails/rails/commit/57e1c99a280bdc1b324936a690350320a1cd8111)) ### Deprecations |