Skip to content

Commit 51524e8

Browse files
committed
update changelog
1 parent 0327217 commit 51524e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ Composer support has been improved and is now the recommended method for includi
1717
### Other Improvements/Changes
1818

1919
* **COMPATIBILITY BREAKING**: The bundled worker manager `resque.php` has been moved to `bin/resque`, and is available as `vendor/bin/resque` when php-resque is installed as a Composer package.
20-
2120
* Restructure tests and test bootstrapping. Autoload tests via Composer (install test dependencies with `composer install --dev`)
22-
2321
* Add `SETEX` to list of commands which supply a key as the first argument in Redisent (danhunsaker)
24-
2522
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
26-
2723
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
28-
24+
* Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application)
2925

3026
## 1.2 (2012-10-13) ##
3127

0 commit comments

Comments
 (0)