summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-05-02 15:24:34 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-05-02 15:58:50 +0200
commit8b86f071ae7f2100c0a03c2869f8fcc83a048583 (patch)
treefd6a8b424032c1a09e7fe3602581e6f847d6291e
parent467b377f3ea1026f0450aaac3b093d3e267c286e (diff)
downloadjustbuild-8b86f071ae7f2100c0a03c2869f8fcc83a048583.tar.gz
Fix typo and line break in CHANGELOG.md
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b639ae1..2419a0fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,8 @@ A feature release on top of `1.2.0`, backwards compatible.
- `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.
-- `just execute` now supports blob splitting as new RPC call. `just
- install` uses this call to reduce traffic if the remote-execution
+- `just execute` now supports blob splitting as new RPC call.
+ `just install` uses this call to reduce traffic if the remote-execution
endpoint supports blob splitting and the `--remember` option is given.
In this way, traffic from the remote-execution endpoint can be reduced
when subsequently installing artifacts with only small local
@@ -39,7 +39,7 @@ A feature release on top of `1.2.0`, backwards compatible.
- The `gc` subcommand supports an option `--no-rotate` to carry out
only local clean up.
- The expression language has been extended and, in particular,
- allows indexed access to an arry (basically using it as a tuple)
+ allows indexed access to an array (basically using it as a tuple)
and a generic form of assertion (to report user errors).
- The `analyse` subcommand supports a new flag `--dump-result` to dump
the analysis result to a file or stdout (if `-` is given).