diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-04 18:24:39 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-05 17:04:55 +0100 |
commit | 56503f039ee3e36aa32a39b89bf8e8e0438897f4 (patch) | |
tree | 7a66ba3f543061d4d99d1925ca9a317e1aa5bb69 /CHANGELOG.md | |
parent | f4fbffd916d1e424c9283af9a60c6b1651237d79 (diff) | |
download | justbuild-56503f039ee3e36aa32a39b89bf8e8e0438897f4.tar.gz |
Update CHANGELOG
... documenting fixes since 1.5.0~beta2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae20d65..e7ad3a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,18 @@ A feature release on top of `1.4.0`, backwards compatible. is now correctly honored, if announced by the server. - Missing entries in the documentation have been added. + +### Changes since `1.5.0~beta2` + +- Fixed how `just-import-git` and `just-lock` handle the transitively + implied base repositories of computed roots; the lack of properly + handling indirections led to crashes even if computed roots where + not used at all. +- A case was fixed where special entries where not ignored properly, + even though this was requested. +- Unnecessary verbosity reduced. +- Updated dependencies. + ## Release `1.5.0~beta2` (2025-02-28) Second beta release for the upcoming `1.5.0` release; see release |