Skip to content

Commit 8071b5f

Browse files
committed
update changelog
1 parent 2f5b489 commit 8071b5f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.3 (2013-??-??) - Current Master ##
2+
3+
**Note:** This release introduces backwards incompatible changes with all previous versions of php-resque. Please see below for details.
4+
5+
### Composer Support
6+
7+
Composer support has been improved and is now the recommended method for including php-resque in your project. Details on Composer support can be found in the Getting Started section of the readme.
8+
9+
### Other Improvements/Changes
10+
11+
* **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.
12+
13+
* Restructure tests and test bootstrapping. Autoload tests via Composer (install test dependencies with `composer install --dev`)
14+
15+
* Add `SETEX` to list of commands which supply a key as the first argument in Redisent (danhunsaker)
16+
17+
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
18+
19+
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
20+
21+
122
## 1.2 (2012-10-13) ##
223

324
**Note:** This release is largely backwards compatible with php-resque 1.1. The next release will introduce backwards incompatible changes (moving from Redisent to Credis), and will drop compatibility with PHP 5.2.
@@ -22,7 +43,7 @@
2243
* Add support for Composer
2344
* Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey)
2445
* Disable autoload for the RedisException class_exists call (scragg0x)
25-
* General tidyup of comments and files/folders
46+
* General tidy up of comments and files/folders
2647

2748
## 1.1 (2011-03-27) ##
2849

0 commit comments

Comments
 (0)