Skip to content

Commit

Permalink
Updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbuesing committed May 9, 2008
1 parent 06a7c29 commit 618d695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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|
Expand Down
4 changes: 4 additions & 0 deletions activesupport/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*

* Time.zone.parse return nil for strings with no date information [Geoff Buesing]

* Time.zone.parse respects offset information in string. Resolves #105. [Scott Fleckenstein, Geoff Buesing]

* Added Ruby 1.8 implementation of Process.daemon

* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now [Geoff Buesing]
Expand Down

0 comments on commit 618d695

Please sign in to comment.