From 624e4934c5b1c36c006e52804c670b9fb317ee97 Mon Sep 17 00:00:00 2001 From: "chris.boulton" Date: Sun, 27 Mar 2011 16:02:28 +1100 Subject: [PATCH] Update change log --- CHANGELOG.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 7937834..38e57da 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -10,6 +10,9 @@ * Fix `APP_INCLUDE` environment variable not loading correctly. * Jobs are no longer defined as static methods, and classes are instantiated first. This change is NOT backwards compatible and requires job classes are updated. * Job arguments are passed to the job class when it is instantiated, and are accessible by $this->args. This change will break existing job classes that rely on arguments that have not been updated. +* Bundle sample script for managing php-resque instances using monit +* Fix undefined variable `$child` when exiting on non-forking operating systems +* Add `PIDFILE` environment variable to write out a PID for single running workers ## 1.0 (2010-04-18) ##