aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 21:35:54 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 21:35:54 +0200
commit6933eeac52341f49f370761a82503a0a86c99454 (patch)
tree9528f686aef6662bd9acb078eb0a7af023cb3208 /README.md
parentFix use current millis in the database, not nano offset (diff)
downloadfiinha-6933eeac52341f49f370761a82503a0a86c99454.tar.gz
fiinha-6933eeac52341f49f370761a82503a0a86c99454.tar.xz
Prepare release
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9c5669c..334af5d 100644
--- a/README.md
+++ b/README.md
@@ -333,8 +333,8 @@ easier.
## Change log
-### 20..-..-.. vHEAD [diff](https://github.com/ivarref/yoltq/compare/v0.2.41...HEAD)
-* Critical bugfix.
+### 2022-03-27 v0.2.46 [diff](https://github.com/ivarref/yoltq/compare/v0.2.41...v0.2.46)
+* Critical bugfix that in some cases can lead to stalled jobs.
```
Started using (System/currentTimeMillis) and not (System/nanoTime)
when storing time in the database.