diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2017-01-10 13:59:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 13:59:30 +0100 |
commit | b292b76c2dd0f04fb090d49b90716a0e6037b41a (patch) | |
tree | c75b8b6ae1b9c12694736437d77b08a11e2cab77 | |
parent | 5cd85fabba0007776d8c6bedf02f5a0c1f912274 (diff) | |
parent | 69c3b47ca16c03183ace00571bcb4fd922e64481 (diff) | |
download | rails-b292b76c2dd0f04fb090d49b90716a0e6037b41a.tar.gz rails-b292b76c2dd0f04fb090d49b90716a0e6037b41a.tar.bz2 rails-b292b76c2dd0f04fb090d49b90716a0e6037b41a.zip |
Merge pull request #27613 from prathamesh-sonpatki/add-missing-entry-to-release-notes
Add missing release notes entry for https://github.com/rails/rails/commit/f02a35b86efea24f1e2ab684bc8081ced5eb3b1a [ci skip]
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
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 ------------- |