Skip to content

Commit 624e493

Browse files
author
chris.boulton
committed
Update change log
1 parent 1a859e2 commit 624e493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* Fix `APP_INCLUDE` environment variable not loading correctly.
1111
* 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.
1212
* 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.
13+
* Bundle sample script for managing php-resque instances using monit
14+
* Fix undefined variable `$child` when exiting on non-forking operating systems
15+
* Add `PIDFILE` environment variable to write out a PID for single running workers
1316

1417
## 1.0 (2010-04-18) ##
1518

0 commit comments

Comments
 (0)