diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-14 14:08:11 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-14 15:10:33 +0200 |
commit | 973009e78bed4d0f57c75c42de1ac62033603155 (patch) | |
tree | 71f25b689c3f37a7c46fbae3d9ebf487c885c2f4 /CHANGELOG.md | |
parent | 4085ab0ee56a628e83003a90f25f60892770c214 (diff) | |
download | justbuild-973009e78bed4d0f57c75c42de1ac62033603155.tar.gz |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 90259af6..3f1fd23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,9 +24,11 @@ A feature release on top of `1.1.0`, backwards compatible. directories of `just-mr`, will eventually get cleaned up by garbage collection. - `just-mr` now supports unpacking tar archives compressed with - bzip2 and xz. + bzip2, xz, lzip, and lzma. - The option `-P` of `build` and `install-cas` can be used to inspect parts of a tree. +- `just-mr` now supports unpacking 7zip archives (with default + compression) when provided as `"zip"` type repositories. ### Fixes |