diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-14 17:35:36 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-15 12:35:24 +0100 |
commit | 2dfebd24ad43c98291c9c82121adbc7e6717713d (patch) | |
tree | 2cb8ec338a733e24d58cbedb284f33e727f79167 /CHANGELOG.md | |
parent | 63492331fdeaff09ece27fb6d8719a7b40015393 (diff) | |
download | justbuild-2dfebd24ad43c98291c9c82121adbc7e6717713d.tar.gz |
changelog: Update 'just serve' entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 107d34f9..617d1ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,8 @@ A feature release on top of `1.2.0`, backwards compatible. ### Major new features -- New subcommand `just serve` to start server answering queries - about the tree of a given commit, if known. The functionality - of this subcommand will be extended over time to eventually - provide a target-level caching service as described in the - corresponding design document. +- New subcommand `just serve` to start a target-level caching service, + as described in the corresponding design document. - `just-mr` is able to back up and retrieve distribution files from a remote execution endpoint. This simplifies usage in an environment with restricted internet access. |