diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-29 17:07:36 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-30 12:05:45 +0100 |
commit | a6088e45901eecd1659ca2bddf34572092ccd2af (patch) | |
tree | b77f5d66e20bcb5da5a761a82540bce03bba93d0 /CHANGELOG.md | |
parent | 01b3b44adbdcf47aca098d252ca2b93ab9f1987f (diff) | |
download | justbuild-a6088e45901eecd1659ca2bddf34572092ccd2af.tar.gz |
CHANGELOG: document recent fix to `just-mr gc-repo`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8850971d..d5d35119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ A feature release on top of `1.4.0`, backwards compatible. ### Fixes +- `just-mr` repository garbage collection now properly removes + no longer needed directories. - The "generic" rule now properly detects staging conflicts. - Fixes ensuring proper pointer life time and access check. - A race condition in the use of `libgit2` was fixed that could |