diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-10-25 17:38:28 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-10-25 17:50:59 +0200 |
commit | bec4dbd9bd995f73eab1ff803e7895187068ddb0 (patch) | |
tree | b4de65623825eaadf0e4a040263a0289e30c7a64 /CHANGELOG.md | |
parent | ce1762fbe7734771e4e8985580a65c42ecdfe406 (diff) | |
download | justbuild-bec4dbd9bd995f73eab1ff803e7895187068ddb0.tar.gz |
just execute: fix race condition during garbage collection...
...of the internal cache used for keeping track of running operations.
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 8f2bcb20..f48f24fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ A feature release on top of `1.2.0`, backwards compatible. - Improved protability and update of the bundled dependencies. - Various minor improvements and typo fixes in the documentation. +- Fixed a race condition in an internal cache of `just execute` used for keeping + track of running operations. ## Release `1.2.0` (2023-08-25) |