diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-12-23 15:03:04 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-20 15:47:43 +0100 |
commit | 5129bc284cf2372bfbc87b00d3b9bd1117734c43 (patch) | |
tree | 0a9b36478fab08ff55dd854e45f6e262931e2e1b /CHANGELOG.md | |
parent | 0db0064273920c835342dd168f8213b6a567e8c9 (diff) | |
download | justbuild-5129bc284cf2372bfbc87b00d3b9bd1117734c43.tar.gz |
Add gc subcommand
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 10cac4ad..f00253c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ A feature release on top of `1.0.0`, backwards compatible. ### Major new features +- New subcommand `just gc` to clean up no longer needed cache and + CAS entries - `just` now supports authentication to remote execution via mutual TLS - `just-mr` is now available as C++ binary and supports fetching in parallel |