Skip to content

Commit 1947972

Browse files
authored
Update README.md
1 parent 85d8ebf commit 1947972

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ This package provides various compression algorithms.
1515

1616
# changelog
1717

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+
1825
* Jan 7, 2021 (v1.11.6)
1926
* zstd: Make decoder allocations smaller [#306](https://github.com/klauspost/compress/pull/306)
2027
* zstd: Free Decoder resources when Reset is called with a nil io.Reader [#305](https://github.com/klauspost/compress/pull/305)

0 commit comments

Comments
 (0)