Update CHANGELOG.md

This commit is contained in:
huangzhhui 2019-07-22 02:11:35 +08:00
parent ddb20a1026
commit 9a05fa5cf7

View File

@ -2,7 +2,11 @@
## Added
- [245](https://github.com/hyperf-cloud/hyperf/pull/245) Added TaskWorkerStrategy and WorkerStrategy crontab strategies.
- [#245](https://github.com/hyperf-cloud/hyperf/pull/245) Added TaskWorkerStrategy and WorkerStrategy crontab strategies.
## Changed
- [#247](https://github.com/hyperf-cloud/hyperf/pull/247) Use Use `WorkerStrategy` as the default crontab strategy.
## Fixed