aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-07-14 23:16:39 -0500
committergbuesing <gbuesing@gmail.com>2008-07-14 23:16:39 -0500
commit34510456585216004e483b79beeea3ddc3eb4de6 (patch)
tree39e186f2e5e41d4a61e659db10c25361aced73be /activesupport/CHANGELOG
parent7f0346237e30e55d6cd16a8b4a9dfe4193f61804 (diff)
downloadrails-34510456585216004e483b79beeea3ddc3eb4de6.tar.gz
rails-34510456585216004e483b79beeea3ddc3eb4de6.tar.bz2
rails-34510456585216004e483b79beeea3ddc3eb4de6.zip
Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, because Ruby's marshaling of Time instances doesn't respect the zone
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 0c308a1cfe..a7b33c09ad 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, because Ruby's marshaling of Time instances doesn't respect the zone [Geoff Buesing]
+
* Added Memoizable mixin for caching simple lazy loaded attributes [Josh Peek]
* Move the test related core_ext stuff out of core_ext so it's only loaded by the test helpers. [Michael Koziarski]