diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-04 16:30:27 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-05 11:05:10 +0100 |
commit | 444fc1fb49bde80244420dcd58e5fc26ea430fbd (patch) | |
tree | 1ee434fb6ac6ebef995a08468f5074e257023ff3 /CHANGELOG.md | |
parent | 9701d10ffc08d1f46ddc583b086c1939d83a79d5 (diff) | |
download | justbuild-444fc1fb49bde80244420dcd58e5fc26ea430fbd.tar.gz |
Update documentation, now that "foreign file" roots are implemented
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96aba158..815ed095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ A feature release on top of `1.2.0`, backwards compatible. allowing to specify the invocation of the shell (defaulting to `["sh", "-c"]`). - `just describe` also shows the values of the implicit dependencies. +- `just-mr` supports a new form of root, called `"foreign file"`. - When `just-mr` executes the action to generate the desired tree of a `"git tree"` repository, it can be specified that certain variables of the environment can be inherited. |