summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authornoraj <alexandre.zanni@hotmail.fr>2020-05-08 20:31:15 +0000
committerEitan Adler <lists@eitanadler.com>2020-05-09 18:59:03 -0700
commit494f6bcb3ca00626ac66348c572a9a69d8b0af37 (patch)
tree4e8c708864ea4c883116e12b638596d272a678fa /ChangeLog
parentd9ad7e6b89b29cc43c6a0f672af2d6a904910858 (diff)
downloadzsh-494f6bcb3ca00626ac66348c572a9a69d8b0af37.tar.gz
zsh-494f6bcb3ca00626ac66348c572a9a69d8b0af37.tar.xz
zsh-494f6bcb3ca00626ac66348c572a9a69d8b0af37.zip
gitlab !13: tar supports zstandard (zstd)
Problem

Variants of tar based on libarchive or GNU tar can support extracting
zstd based files.

Solution

Add this type of to _tar_archive.

From noraj <gitlab@mg.gitlab.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 190ca5bfb..2ec2e1653 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2020-05-09: Eitan Adler <lists@eitanadler.com>
+
+	* noraj: gitlab !13: Completion/Unix/Type/_tar_archive: libarchive and
+	GNU tar can uncompress zstandard (zstd) based files
+
 2020-05-07: Eitan Adler <lists@eitanadler.com>
+
 	* unposted: Completion/Unix/Type/_tar_archive: libarchive based
 	tar can uncompress zip files