aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-04-29 00:15:01 -0400
committerJosé Valim <jose.valim@gmail.com>2010-04-29 13:40:55 +0200
commit68c96fad55fb13164e339426d7f1cbc88d4ccc8b (patch)
treede61817a6eb40e50a823c8c04056232f45cc219d /actionpack/CHANGELOG
parent3dfcb56e4585c8530be6dcc5129ae0c4d16c0dea (diff)
downloadrails-68c96fad55fb13164e339426d7f1cbc88d4ccc8b.tar.gz
rails-68c96fad55fb13164e339426d7f1cbc88d4ccc8b.tar.bz2
rails-68c96fad55fb13164e339426d7f1cbc88d4ccc8b.zip
Fix form builder and form helpers inconsistencies [#4432 state:resolved]
* datetime_select and select_datetime should be consistent as much as possible * date_select and select_date should be consistent as much as possible * time_select and select_time should be consistent as much as possible Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a1161f8111..edd7d113a6 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
+* Fixed inconsistencies in form builder and view helpers #4432 [Neeraj Singh]
+
* Both :xml and :json renderers now forwards the given options to the model, allowing you to invoke them as render :xml => @projects, :include => :tasks [José Valim, Yehuda Katz]
* Renamed the field error CSS class from fieldWithErrors to field_with_errors for consistency. [Jeremy Kemper]