aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-05-08 21:58:37 -0500
committergbuesing <gbuesing@gmail.com>2008-05-08 21:58:37 -0500
commit618d695f1115c00ce058950af199d5d4dc06385a (patch)
tree307bbf0cd7b4fd04457a6d5a030eb9726ca80809 /activerecord
parent06a7c2948a8dbf31357b552d468fcf42002736e7 (diff)
downloadrails-618d695f1115c00ce058950af199d5d4dc06385a.tar.gz
rails-618d695f1115c00ce058950af199d5d4dc06385a.tar.bz2
rails-618d695f1115c00ce058950af199d5d4dc06385a.zip
Updating changelogs
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 04cf72b38c..f223e1f67f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time zone aware attribute methods use Time.zone.parse instead of #to_time for String arguments, so that offset information in String is respected. Resolves #105. [Scott Fleckenstein, Geoff Buesing]
+
* Added change_table for migrations (Jeff Dean) [#71]. Example:
change_table :videos do |t|