diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-05 12:08:35 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-05 12:08:35 +0100 |
commit | 379f252a440f0b52ce013a47d568ff533f81fc63 (patch) | |
tree | 58fef71ce7d4c3b7c9d3eeb642991b4f4e822409 /CHANGELOG.md | |
parent | 080a004cfb05a4753b3d5ce9144e75accce72eed (diff) | |
download | justbuild-379f252a440f0b52ce013a47d568ff533f81fc63.tar.gz |
CHANGELOG: document fixes
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 b7a15b8a..f85df2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ Bug fixes on top of `1.4.2`. ### Fixes +- `just-mr` repository garbage collection now properly removes + no longer needed directories. - The "generic" rule now properly detects staging conflicts. +- The local api correctly handles not-found blobs, even in the absence + of a local git api. +- Documentation fixes. ## Release `1.4.2` (2025-01-13) |