aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2009-04-05 10:08:54 -0500
committerGeoff Buesing <gbuesing@gmail.com>2009-04-05 10:08:54 -0500
commitc00f2d25de640b8de1c8583474085f3836ee1768 (patch)
tree22f03541c018920e31a4865d827ea40f9763b200 /activesupport/CHANGELOG
parent70de8e64e30092b2b1b77869e459b4868f5b9577 (diff)
downloadrails-c00f2d25de640b8de1c8583474085f3836ee1768.tar.gz
rails-c00f2d25de640b8de1c8583474085f3836ee1768.tar.bz2
rails-c00f2d25de640b8de1c8583474085f3836ee1768.zip
TimeWithZone.name returns 'Time', to further thwart type checking
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 2acce97646..2ba96c390b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge
+* TimeWithZone.name returns 'Time', to further thwart type checking [Geoff Buesing]
+
* Time.local instances: Adding 24.hours across the DST boundary adds 24 hours instead of one day #2066 [Michael Curtis]