diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-05-05 10:22:29 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-05-05 10:22:29 -0500 |
commit | 3cffe92ff066c2b35eef409547db93652c5cccfc (patch) | |
tree | f714643a4043d9fb73b39ec2a114d18f5deeffdd /activesupport/CHANGELOG | |
parent | d75525b045b9f27ed108912a6dbdbad5ab775045 (diff) | |
download | rails-3cffe92ff066c2b35eef409547db93652c5cccfc.tar.gz rails-3cffe92ff066c2b35eef409547db93652c5cccfc.tar.bz2 rails-3cffe92ff066c2b35eef409547db93652c5cccfc.zip |
Added Ruby 1.8 implementation of Process.daemon
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index a911361d3b..3ee9ed925c 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller] |