aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 4c552c635a..46b3b1fa25 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,13 +1,12 @@
-* Deprecate exposing public methods in view's helpers.
+* Deprecate calling private model methods from view helpers.
- For example, in methods like `options_from_collection_for_select`
- and `collection_select` it is possible to call private methods from
- the objects used.
+ For example, in methods like `options_from_collection_for_select`
+ and `collection_select` it is possible to call private methods from
+ the objects used.
- See [#33546](https://github.com/rails/rails/issues/33546) for details.
-
- *[Ana María Martínez Gómez](https://github.com/Ana06)*
+ Fixes #33546.
+ *Ana María Martínez Gómez*
* Fix issue with `button_to`'s `to_form_params`