aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorAna María Martínez Gómez <ammartinez@suse.de>2018-08-08 10:20:46 +0200
committerAna María Martínez Gómez <ammartinez@suse.de>2018-08-08 10:47:19 +0200
commit0c62e141a3fc9b2d00935bb99d2d5f465e1a4fb4 (patch)
tree867604e68b12ef80b3d9752e9a8edc0e1d54b21d /actionview/CHANGELOG.md
parenta9764dcc07cf9d6280b313da734d98e096b7d122 (diff)
downloadrails-0c62e141a3fc9b2d00935bb99d2d5f465e1a4fb4.tar.gz
rails-0c62e141a3fc9b2d00935bb99d2d5f465e1a4fb4.tar.bz2
rails-0c62e141a3fc9b2d00935bb99d2d5f465e1a4fb4.zip
Add one more method affected in CHANGELOG
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
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.