aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-07-01 13:39:04 -0700
committerYves Senn <yves.senn@gmail.com>2013-07-01 13:39:04 -0700
commit53394420287009ac18ddb2831c981ea93e9491d0 (patch)
tree1ee7bb9dca7feba21d1faf8fb325003a3d4fa313 /actionview/CHANGELOG.md
parentdc9ff7bb7cb8e33aa6ddc6c9960f3d6394ec6987 (diff)
parent38aafc037705aab2f09ec924bf634d105002e016 (diff)
downloadrails-53394420287009ac18ddb2831c981ea93e9491d0.tar.gz
rails-53394420287009ac18ddb2831c981ea93e9491d0.tar.bz2
rails-53394420287009ac18ddb2831c981ea93e9491d0.zip
Merge pull request #11227 from vipulnsward/form_builder
Remove `FormBuilder` deprecation warning about block argument and tests
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a89070c910..957fb2fbcc 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated block passing to FormBuilder#new.
+
+ *Vipul A M*
+
* Pick `DateField` `DateTimeField` and `ColorField` values from stringified options allowing use of symbol keys with helpers.
*Jon Rowe*