From ff4a4acf3be7ac7b0b1c3381000e0216eb9e956f Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Sun, 15 Nov 2020 20:05:15 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b95041e1..be7f604427 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,13 @@ This package provides various compression algorithms. [![Sourcegraph Badge](https://sourcegraph.com/github.com/klauspost/compress/-/badge.svg)](https://sourcegraph.com/github.com/klauspost/compress?badge) # changelog + +* Nov 15, 2020 (v1.11.3) + * inflate: 10-15% faster decompression [#293](https://github.com/klauspost/compress/pull/293) + * zstd: Tweak DecodeAll default allocation [#295](https://github.com/klauspost/compress/pull/295) + * Oct 11, 2020 (v1.11.2) - * s2: Fix out of bounds read in "better" block compression. + * s2: Fix out of bounds read in "better" block compression [#291](https://github.com/klauspost/compress/pull/291) * Oct 1, 2020 (v1.11.1) * zstd: Set allLitEntropy true in default configuration [#286](https://github.com/klauspost/compress/pull/286)