From 06fe589a0f65c05324431b1e4fb541f926ec2a6f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 1 Feb 2021 15:12:23 -0500 Subject: Bump to containers/common v0.33.3 Signed-off-by: Daniel J Walsh --- vendor/github.com/klauspost/compress/huff0/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vendor/github.com/klauspost/compress/huff0/README.md') diff --git a/vendor/github.com/klauspost/compress/huff0/README.md b/vendor/github.com/klauspost/compress/huff0/README.md index e12da4db2..8b6e5c663 100644 --- a/vendor/github.com/klauspost/compress/huff0/README.md +++ b/vendor/github.com/klauspost/compress/huff0/README.md @@ -14,7 +14,9 @@ but it can be used as a secondary step to compressors (like Snappy) that does no ## News - * Mar 2018: First implementation released. Consider this beta software for now. +This is used as part of the [zstandard](https://github.com/klauspost/compress/tree/master/zstd#zstd) compression and decompression package. + +This ensures that most functionality is well tested. # Usage -- cgit v1.2.3-54-g00ecf