diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-05 12:08:53 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-05 14:42:29 +0100 |
commit | 94e8bb0af2141069617e982d03162c0b52a3a90f (patch) | |
tree | 4fa7f914fc21bb625580ed730bebf6fbb52eddae | |
parent | 1447257bdcce18f2df3e82dbbbda3551f44f5cd9 (diff) | |
download | justbuild-94e8bb0af2141069617e982d03162c0b52a3a90f.tar.gz |
CHANGELOG: mention local-api fix
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d35119..dacb9d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ A feature release on top of `1.4.0`, backwards compatible. in case of failure. - `just-mr` properly enforces that repository `subdir` entries are non-upwards relative paths. +- The local api correctly handles not-found blobs, even in the absence + of a local git api. - Missing entries in the documentation have been added. ## Release `1.4.0` (2024-11-04) |