Skip to content

Commit f71e4d3

Browse files
authored
Update README.md
1 parent b7fbbd3 commit f71e4d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This package provides various compression algorithms.
1616

1717
# changelog
1818

19+
* July 1st, 2023 - [v1.16.7](https://github.com/klauspost/compress/releases/tag/v1.16.7)
20+
* zstd: Fix default level first dictionary encode https://github.com/klauspost/compress/pull/829
21+
* s2: add GetBufferCapacity() method by @GiedriusS in https://github.com/klauspost/compress/pull/832
22+
1923
* June 13, 2023 - [v1.16.6](https://github.com/klauspost/compress/releases/tag/v1.16.6)
2024
* zstd: correctly ignore WithEncoderPadding(1) by @ianlancetaylor in https://github.com/klauspost/compress/pull/806
2125
* zstd: Add amd64 match length assembly https://github.com/klauspost/compress/pull/824
@@ -50,6 +54,9 @@ This package provides various compression algorithms.
5054
* s2: Support io.ReaderAt in ReadSeeker. https://github.com/klauspost/compress/pull/747
5155
* s2c/s2sx: Use concurrent decoding. https://github.com/klauspost/compress/pull/746
5256

57+
<details>
58+
<summary>See changes to v1.15.x</summary>
59+
5360
* Jan 21st, 2023 (v1.15.15)
5461
* deflate: Improve level 7-9 by @klauspost in https://github.com/klauspost/compress/pull/739
5562
* zstd: Add delta encoding support by @greatroar in https://github.com/klauspost/compress/pull/728
@@ -176,6 +183,8 @@ Stream decompression is now faster on asynchronous, since the goroutine allocati
176183

177184
While the release has been extensively tested, it is recommended to testing when upgrading.
178185

186+
</details>
187+
179188
<details>
180189
<summary>See changes to v1.14.x</summary>
181190

0 commit comments

Comments
 (0)