[ci skip] Update changelog

This commit is contained in:
Ken Hibino
2020-01-07 21:53:38 -08:00
parent 4f5d115b3e
commit 8ff5c5101e
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- NewTask constructor
- `Queues` option in `Config` to specify mutiple queues with priority level
- `Client` can schedule a task with `asynq.Queue(name)` to specify which queue to use
### Changed