From 0c62e141a3fc9b2d00935bb99d2d5f465e1a4fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Wed, 8 Aug 2018 10:20:46 +0200 Subject: Add one more method affected in CHANGELOG --- actionview/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'actionview/CHANGELOG.md') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 8597fea48d..9fc120acbc 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,7 +1,8 @@ * Stop exposing public methods in view's helpers. - For example, in methods like `options_from_collection_for_select`, - it was possible to call private methods from the objects used. + For example, in methods like `options_from_collection_for_select` + and `collection_select` it was possible to call private methods from + the objects used. See [#33546](https://github.com/rails/rails/issues/33546) for details. -- cgit v1.2.3