aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-05-08 23:40:25 -0500
committergbuesing <gbuesing@gmail.com>2008-05-08 23:40:25 -0500
commitbfbf03ecee063adc9999c0dec50f8177594fb28f (patch)
tree669240ea7fdd60d0366e30ee28348b02c464ab14 /actionpack/CHANGELOG
parent66728087d0eb99a524498e8f24725dae6073edd6 (diff)
downloadrails-bfbf03ecee063adc9999c0dec50f8177594fb28f.tar.gz
rails-bfbf03ecee063adc9999c0dec50f8177594fb28f.tar.bz2
rails-bfbf03ecee063adc9999c0dec50f8177594fb28f.zip
ActionView::InstanceTag#default_time_from_options with hash args uses Time.current as default; respects hash settings when time falls in system local spring DST gap
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 438fa24c75..baba4ae5ed 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* InstanceTag#default_time_from_options with hash args uses Time.current as default; respects hash settings when time falls in system local spring DST gap [Geoff Buesing]
+
* select_date defaults to Time.zone.today when config.time_zone is set [Geoff Buesing]
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the value (mchenryc, Kevin Glowacz) [#80]