summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2019-07-20 17:29:52 +0700
committerSelwin Ong <selwin.ong@gmail.com>2019-07-20 17:29:52 +0700
commitf50e60d2f48a84c142830ba70b0187a2762991c0 (patch)
tree91e6e021b769929bbcfe0284e86dd09a0300b5ce
parentd0884be9296cf2cba2428d5d90cdeda65a550296 (diff)
downloadrq-f50e60d2f48a84c142830ba70b0187a2762991c0.tar.gz
Updated CHANGES.md
-rw-r--r--CHANGES.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f57c58a..95c16c4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
-### Unreleased
+### RQ 1.1.0 (2019-07-20)
+
+- Added `max_jobs` to `Worker.work` and `--max-jobs` to `rq worker` CLI. Thanks @perobertson!
+- Passing `--disable-job-desc-logging` to `rq worker` now does what it's supposed to do. Thanks @janierdavila!
+- `StartedJobRegistry` now properly handles jobs with infinite timeout. Thanks @macintoshpie!
+- `rq info` CLI command now cleans up registries when it first runs. Thanks @selwin!
+- Replaced the use of `procname` with `setproctitle`. Thanks @j178!
-- Added `max_jobs` to `Worker.work` and `--max-jobs` to `rq worker` CLI.
### 1.0 (2019-04-06)
Backward incompatible changes: