diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-08 12:57:46 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-08 12:57:46 +0200 |
commit | 1e533af3dd496ce843f5bc1b4b06f4a732902e2d (patch) | |
tree | 188d8ce1e0eaa1eebf0a74a9b36ed5e6219351e1 /CHANGELOG.md | |
parent | 3c687acf6f20cfb38915b56c62cffaa8f4eb4b88 (diff) | |
download | justbuild-1e533af3dd496ce843f5bc1b4b06f4a732902e2d.tar.gz |
Remove hardlink design as implemented
... and mention the fix in CHANGELOG.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d67d6d6..4c16fbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ A feature release on top of `1.3.0`, backwards compatible. - Dependencies have been updated to also build with gcc 14. - Portability improvements of the code by not relying on implementation details of the compiler. +- Local execution no longer has the requirement that there exist no + more files with identical content than the hardlink limit of the + underlying file system. - Various improvements of the documentation. ## Release `1.3.0` (2024-05-08) |