aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-05-05 10:22:29 -0500
committerJoshua Peek <josh@joshpeek.com>2008-05-05 10:22:29 -0500
commit3cffe92ff066c2b35eef409547db93652c5cccfc (patch)
treef714643a4043d9fb73b39ec2a114d18f5deeffdd /activesupport/CHANGELOG
parentd75525b045b9f27ed108912a6dbdbad5ab775045 (diff)
downloadrails-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/CHANGELOG2
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]