diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0d0c99..3bac6040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Bug fixes on top of `1.5.1`. - The "generic" rule now properly detects staging conflicts, taking the full inputs into account (and not only the runfiles). +- An incorrect error handling in the evaluation of computed roots was fixed. +- Symlinks to directories and files are properly distinguished as requested + by the remote-execution protocol. +- The bundled build description of `grpc` was bumped to the latest bug-fix + release for that minor version, fixing an issue in thread handling. ## Release `1.5.1` (2025-04-01) |