diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-03 11:38:30 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-03 15:50:41 +0100 |
commit | c02e94debc49028a3e9b95d261778d73c63611f7 (patch) | |
tree | caee4ea1313b7ee3fee21ac03b7e26f198e7933d | |
parent | 2091063cb8f0114cf9cfef0f171fe349d17c9a4f (diff) | |
download | justbuild-c02e94debc49028a3e9b95d261778d73c63611f7.tar.gz |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff264a1f..4fb543b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Release `1.4.1` (UNRELEASED) +Bug fixes on top of `1.4.0`. + +### Fixes + +- Fixes ensuring proper pointer life time and access check. +- Git operations are now properly locked against each other, also + between processes where necessary. +- `just traverse` now exits unconditionally after traversal, also + in case of failure. +- Missing entries in the documentation have been added. + ## Release `1.4.0` (2024-11-04) A feature release on top of `1.3.0`, backwards compatible with |