aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-03-29 11:28:44 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-03-29 11:28:44 +0200
commit5df374a5abd25eff5ebabe3c4605d3fb704a5af7 (patch)
tree7886474760c294906f0805cfa1f44b2a9d8eea3f /README.md
parentRelease 0.2.54 (diff)
downloadfiinha-5df374a5abd25eff5ebabe3c4605d3fb704a5af7.tar.gz
fiinha-5df374a5abd25eff5ebabe3c4605d3fb704a5af7.tar.xz
Release 0.2.55\nSet version numbers for change log
... Write new release script Write new release script Write new release script Release 0.2.55 Try squashing release ... Try squashing release ...
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 465a0cf..e5b2059 100644
--- a/README.md
+++ b/README.md
@@ -333,7 +333,11 @@ easier.
## Change log
-### 2022-03-28 v0.2.?? [diff](https://github.com/ivarref/yoltq/compare/v0.2.51...v0.2.??)
+### 2022-03-29 v0.2.55 [diff](https://github.com/ivarref/yoltq/compare/v0.2.54...v0.2.55)
+Added: `unhealthy?` function which returns `true` if there are queues in error,
+or `false` otherwise.
+
+### 2022-03-28 v0.2.54 [diff](https://github.com/ivarref/yoltq/compare/v0.2.51...v0.2.54)
Fixed: Schedules should now be using milliseconds and not nanoseconds.
### 2022-03-28 v0.2.51 [diff](https://github.com/ivarref/yoltq/compare/v0.2.48...v0.2.51)