diff options
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17df375a..90259af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ A feature release on top of `1.1.0`, backwards compatible. - Relative non-upwards symbolic links are now treated as first-class objects. This introduces a new artifact type and allows the free use of such symbolic links throughout the build process. +- `just-mr` can now optionally resolve symlinks contained in archives. ### Other changes @@ -24,6 +25,8 @@ A feature release on top of `1.1.0`, backwards compatible. garbage collection. - `just-mr` now supports unpacking tar archives compressed with bzip2 and xz. +- The option `-P` of `build` and `install-cas` can be used to + inspect parts of a tree. ### Fixes |