From 22eaddc2f33c1505209780210625f9a72f04cbac Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Sun, 10 May 2026 13:25:47 -0400 Subject: [PATCH] compress: add newest compression types to README (#27126) --- vlib/compress/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/compress/README.md b/vlib/compress/README.md index ad0082eb8..f067fd845 100644 --- a/vlib/compress/README.md +++ b/vlib/compress/README.md @@ -4,7 +4,9 @@ At the moment, the following compression algorithms are implemented: +- `compress.bzip2` - `compress.deflate` - `compress.gzip` +- `compress.snappy` - `compress.zlib` - `compress.zstd` -- 2.39.5