From c221b5b448569771678279216360460e066095a7 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Wed, 29 May 2019 13:03:54 -0600 Subject: `RenderingHelper` supports rendering objects that `respond_to?` `:render_in` Co-authored-by: Natasha Umer Co-authored-by: Aaron Patterson Co-authored-by: Shawn Allen Co-authored-by: Emily Plummer Co-authored-by: Diana Mounter Co-authored-by: John Hawthorn Co-authored-by: Nathan Herald Co-authored-by: Zaid Zawaideh Co-authored-by: Zach Ahn --- actionview/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionview/CHANGELOG.md') 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* -- cgit v1.2.3