- Updated README to include supervisor configuration.

- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
This commit is contained in:
Daniel Mason 2018-07-16 09:59:58 +12:00
parent f69330d637
commit 4e87677517
10 changed files with 65 additions and 29 deletions

View file

@ -1,3 +1,8 @@
## 1.4.3 (2018-07-16)
- Updated README to include supervisor configuration.
- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
## 1.4.2 (2018-05-30)
- Reimplemented credis due to issues with Redis: Connection Closed.
- Updated Docs.
@ -14,7 +19,6 @@
- Replaced credis in favour of phpredis.
- Reformatted codebase to be PSR2 compliant.
## 1.3 (2013)
**Note:** This release introduces backwards incompatible changes with all previous versions of php-resque. Please see below for details.