aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Hawksley <joel@hawksley.org>2019-05-29 13:03:54 -0600
committerJoel Hawksley <joel@hawksley.org>2019-06-12 16:31:01 -0600
commitc221b5b448569771678279216360460e066095a7 (patch)
tree6941280b09123cc0eddc1da12454e3d3e07cefea /actionview/CHANGELOG.md
parent60af9db3745f994e8a4bd7afe9dfa6ea8be7bb7c (diff)
downloadrails-c221b5b448569771678279216360460e066095a7.tar.gz
rails-c221b5b448569771678279216360460e066095a7.tar.bz2
rails-c221b5b448569771678279216360460e066095a7.zip
`RenderingHelper` supports rendering objects that `respond_to?` `:render_in`
Co-authored-by: Natasha Umer <natashau@github.com> Co-authored-by: Aaron Patterson <tenderlove@github.com> Co-authored-by: Shawn Allen <shawnbot@github.com> Co-authored-by: Emily Plummer <emplums@github.com> Co-authored-by: Diana Mounter <broccolini@github.com> Co-authored-by: John Hawthorn <jhawthorn@github.com> Co-authored-by: Nathan Herald <myobie@github.com> Co-authored-by: Zaid Zawaideh <zawaideh@github.com> Co-authored-by: Zach Ahn <engineering@zachahn.com>
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a1e94384bd..c663ec3bbc 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`
+
+ *Joel Hawksley*, *Natasha Umer*, *Aaron Patterson*, *Shawn Allen*, *Emily Plummer*, *Diana Mounter*, *John Hawthorn*, *Nathan Herald*, *Zaid Zawaideh*, *Zach Ahn*
+
* Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
*Younes SERRAJ*