aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-04-21 00:40:04 -0500
committergbuesing <gbuesing@gmail.com>2008-04-21 00:40:04 -0500
commitf757f5838818ce35f7927a10a8cda6f9583869c5 (patch)
treedaf4e2170f579dd562eb930c6d94254670aa7401 /actionpack/CHANGELOG
parentc2c779044ffb1c435f4722f62fcbd400883f3225 (diff)
downloadrails-f757f5838818ce35f7927a10a8cda6f9583869c5.tar.gz
rails-f757f5838818ce35f7927a10a8cda6f9583869c5.tar.bz2
rails-f757f5838818ce35f7927a10a8cda6f9583869c5.zip
select_datetime and select_time default to Time.zone.now when config.time_zone is set
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 46251534ec..a3b425287d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* select_datetime and select_time default to Time.zone.now when config.time_zone is set [Geoff Buesing]
+
* datetime_select defaults to Time.zone.now when config.time_zone is set [Geoff Buesing]
* Remove ActionController::Base#view_controller_internals flag. [Pratik]