diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-02 10:15:53 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-02 12:05:58 +0100 |
commit | 2037d87d34c2a94b48b148b4151c1343169a5568 (patch) | |
tree | 069796685b7d7a5ef9467dffe0e4b423e47ce1a4 /CHANGELOG.md | |
parent | fa0ec67e09959ff15363bab8d6be95fe45ec8fb6 (diff) | |
download | justbuild-2037d87d34c2a94b48b148b4151c1343169a5568.tar.gz |
just: make -D options overlay
... instead of only honoring the latest argument. In this way,
standard overlays coming from the launcher configuration can be
amended in individual invocations.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a3725cac..a638e41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ A feature release on top of `1.0.0`, backwards compatible. and mutual TLS - `just-mr` is now available as C++ binary and supports fetching in parallel +### Important changes + +- The option `-D` now accumulates instead of ignoring all but the + latest occurence. This is an incompatible change of the command + line, but not affecting the backwards compatibility of the build. + ### Other changes - `just analyse` now supports a new option `--dump-export-targets` |