diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-13 13:12:12 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-13 15:47:08 +0100 |
commit | a3f6d3e9a1000a6203bca6839b921a5cce091fe6 (patch) | |
tree | 2e9986fb134d5cdb212f93e78ebe1557956080c3 /CHANGELOG.md | |
parent | 311c88641e3b4be067ed6575369b401288e8984c (diff) | |
download | justbuild-a3f6d3e9a1000a6203bca6839b921a5cce091fe6.tar.gz |
Update CHANGELOG with fixes done
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 ad139413..0d3234e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ A feature release on top of `1.4.0`, backwards compatible. failure, also if installation to stdout is requested. - `just traverse` now exits unconditionally after traversal, also in case of failure. +- `just-mr` properly enforces that repository `subdir` entries are + non-upwards relative paths. - Missing entries in the documentation have been added. ## Release `1.4.0` (2024-11-04) |