diff options
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4cbab8..834a1e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ Bug fixes on top of `1.5.0`. ### Fixes -- `just-mr` now also consideres computed roots (as no-op) when +- Services now write pid and info files atomically. +- `just serve`, when requested to materialize a tree root, now fetches the tree + from remote execution in parallel. +- `just-mr` now also considers computed roots (as no-op) when reporting progress. +- The built-in `"tree"` rule now correctly warns about all unsupported fields. +- Minor documentation fixes. ## Release `1.5.0` (2025-03-06) |