From 97a9eb0576905a05109363854f0fafea6e4cdf2e Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Wed, 24 Apr 2024 04:08:11 -0700 Subject: [PATCH] doc: add lzma to list of algorithms, drop encryption from unsupported feature list Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd007b586..43cb7b159 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Supported compression formats: * deflate64 (decompression only) * bzip2 * zstd +* lzma (decompression only) Currently unsupported zip extensions: -* Encryption * Multi-disk Features