Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jul 22, 2022
1 parent eb9e465 commit a3bc126
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,12 @@ This package provides various compression algorithms.

# changelog

* July 21, 2022 (v1.15.9)

* zstd: Fix decoder crash on amd64 (no BMI) on invalid input https://github.com/klauspost/compress/pull/645
* zstd: Disable decoder extended memory copies (amd64) due to possible crashes https://github.com/klauspost/compress/pull/644
* zstd: Allow single segments up to "max decoded size" by @klauspost in https://github.com/klauspost/compress/pull/643

* July 13, 2022 (v1.15.8)

* gzip: fix stack exhaustion bug in Reader.Read https://github.com/klauspost/compress/pull/641
Expand Down

0 comments on commit a3bc126

Please sign in to comment.