Skip to content

Commit 83dd632

Browse files
committed
update CHANGELOG
1 parent f8a1bf6 commit 83dd632

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@
44

55
- Walrus syntax `name := value` is now supported, and preferred, for all env-assignments. Old syntax `name << value` still works, and will remain working at least until v0.16.0, whenever that is.
66

7+
**Fixed**:
8+
9+
- `ETAEstimator` edge case: at any point after all tasks have been marked completed, return a constant zero estimate for the remaining time.
10+
711
**IMPORTANT**:
812

913
- Minimum Python language version is now 3.8.
1014
- Python 3.6 and 3.7 support dropped, as these language versions have officially reached end-of-life. Code has not been fully cleaned of historical cruft yet, so parts of it may still work in these versions.
1115
- 3.8 becomes EOL after October 2024, so support for that version might be dropped soon, too.
1216

17+
**Future plans**:
18+
19+
Near-term focus will likely be on introducing support for Python 3.11 and 3.12, with no major changes to functionality. No promises though (except of the `lazy[]`/`force()` kind, which see).
20+
1321

1422
---
1523

0 commit comments

Comments
 (0)