diff options
author | gbuesing <gbuesing@gmail.com> | 2008-04-21 00:08:45 -0500 |
---|---|---|
committer | gbuesing <gbuesing@gmail.com> | 2008-04-21 00:08:45 -0500 |
commit | c2c779044ffb1c435f4722f62fcbd400883f3225 (patch) | |
tree | 6c9edd08ba641b939fe898efe520315fb2e1100e /actionpack/CHANGELOG | |
parent | f386676661068573d2b58f6bd7a7245b4ff5ce5d (diff) | |
download | rails-c2c779044ffb1c435f4722f62fcbd400883f3225.tar.gz rails-c2c779044ffb1c435f4722f62fcbd400883f3225.tar.bz2 rails-c2c779044ffb1c435f4722f62fcbd400883f3225.zip |
datetime_select defaults to Time.zone.now when config.time_zone is set
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 6555560bdd..46251534ec 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* datetime_select defaults to Time.zone.now when config.time_zone is set [Geoff Buesing] + * Remove ActionController::Base#view_controller_internals flag. [Pratik] * Add conditional options to caches_page method. [Paul Horsfall] |