aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-27 15:39:17 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-27 15:39:17 -0300
commite16ad2db8c6e495fbbe3c11b0dde138b937cb42d (patch)
tree681a2555a841fd135cc422e1cdf312f4ee68740b
parent2f7253c6e9ce6173b554d77b1ee1a39fc8810c2e (diff)
downloadrails-e16ad2db8c6e495fbbe3c11b0dde138b937cb42d.tar.gz
rails-e16ad2db8c6e495fbbe3c11b0dde138b937cb42d.tar.bz2
rails-e16ad2db8c6e495fbbe3c11b0dde138b937cb42d.zip
Review AV changelog [ci skip]
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index cda3ec5109..543367a216 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,5 +1,5 @@
-* Remove passing the prompt to `grouped_options_for_select` as an argument, because
- it was deprecated.
+* Remove the deprecated `prompt` argument from `grouped_options_for_select`,
+ pass in a `:prompt` hash option to use this feature.
*kennyj*