File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ This package provides various compression algorithms.
15
15
16
16
# changelog
17
17
18
+ * Jan 14, 2021 (v1.11.7)
19
+ * Use Bytes() interface to get bytes across packages. [#309](https://github.com/klauspost/compress/pull/309)
20
+ * s2: Add 'best' compression option. [#310](https://github.com/klauspost/compress/pull/310)
21
+ * s2: Add ReaderMaxBlockSize, changes `s2.NewReader` signature to include varargs. [#311](https://github.com/klauspost/compress/pull/311)
22
+ * s2: Fix crash on small better buffers. [#308](https://github.com/klauspost/compress/pull/308)
23
+ * s2: Clean up decoder. [#312](https://github.com/klauspost/compress/pull/312)
24
+
18
25
* Jan 7, 2021 (v1.11.6)
19
26
* zstd: Make decoder allocations smaller [#306](https://github.com/klauspost/compress/pull/306)
20
27
* zstd: Free Decoder resources when Reset is called with a nil io.Reader [#305](https://github.com/klauspost/compress/pull/305)
You can’t perform that action at this time.
0 commit comments