diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 17:02:14 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-11 10:53:58 +0100 |
commit | cce42ddb0cceff51bcef4c83222c242e9eed2df2 (patch) | |
tree | d4d8891ece48fb7efd4b6ccfd38e90f61911e0b9 /CHANGELOG.md | |
parent | 241ccadfc5b9bcebbbd5f41c96eda6b0d208a390 (diff) | |
download | justbuild-cce42ddb0cceff51bcef4c83222c242e9eed2df2.tar.gz |
CHANGELOG: document that pid/info files are now written atomically
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9507a11e..e907701a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ A feature release on top of `1.5.0`, backwards compatible. +### Fixes + +- `just execute` and `just serve` now create their pid and info + files atomically; so waiting processes can assume the content + to be available as soon as the requested file appears on the + file sytem. + ## Release `1.5.0` (2025-03-06) A feature release on top of `1.4.0`, backwards compatible. |