From 70efb7b455d0de00bb2ba63fc701c382dd36e1eb Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 13 Feb 2020 06:17:47 -0800 Subject: [PATCH] [ci skip] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdc803..b9c73e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `Handler` interface has changed. `ProcessTask` method takes two arguments `context.Context` and `*asynq.Task` +- `Queues` field in `Config` has change from `map[string]uint` to `map[string]int` ### Added