aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2017-01-09 12:40:19 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2017-01-09 14:05:22 +0530
commit69c3b47ca16c03183ace00571bcb4fd922e64481 (patch)
tree7dabe5eb956553238620d69b11f588b610f5bea3
parent7f19f30819dd5a5a788ad9d8b12b5dda76559a12 (diff)
downloadrails-69c3b47ca16c03183ace00571bcb4fd922e64481.tar.gz
rails-69c3b47ca16c03183ace00571bcb4fd922e64481.tar.bz2
rails-69c3b47ca16c03183ace00571bcb4fd922e64481.zip
Add missing release notes entry for https://github.com/rails/rails/commit/f02a35b86efea24f1e2ab684bc8081ced5eb3b1a [ci skip]
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 39753cbd6f..24fb0ca6e1 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -499,6 +499,9 @@ Please refer to the [Changelog][action-view] for detailed changes.
`datetime-local`.
([Pull Request](https://github.com/rails/rails/pull/25469))
+* Allow blocks while rendering with the `render partial:` helper.
+ ([Pull Request](https://github.com/rails/rails/pull/17974))
+
Action Mailer
-------------