summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-30 17:43:05 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-30 17:45:44 +0800
commitac604b35c0b80fa6b380cc395a95bf0a5d1d196d (patch)
treefd4579756eb622182944cddbd7a87d60e358c405 /CHANGELOG.md
parentdfb40a20d1e697d2f3fc3a159febf9adb3a817b2 (diff)
Fix terrible bug causing an unnecessary wait in front of each invocation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ae245f..cb2cfcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-#### v2.12
+#### v2.12.1
+
+* Fixed bug that would cause `dua` to unconditionally sleep for 1 second. This sleep was intended for a spawned thread,
+ but it slipped into the main thread.
+
+#### v2.12.0 [YANKED]
* Add minimal progress for when `dua` invocations take longer than 1 second