diff --git a/README.md b/README.md index fce1877166..000f67c079 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This package provides various compression algorithms. [![fuzzit](https://app.fuzzit.dev/badge?org_id=klauspost)](https://fuzzit.dev) # changelog +* Oct 10, 2019: (v1.8.6) zstd: Allow partial reads to get flushed data. (#169)[https://github.com/klauspost/compress/pull/169] +* Oct 3, 2019: Fix inconsistent results on broken zstd streams. * Sep 25, 2019: Added `-rm` (remove source files) and `-q` (no output except errors) to `s2c` and `s2d` [commands](https://github.com/klauspost/compress/tree/master/s2#commandline-tools) * Sep 16, 2019: (v1.8.4) Add `s2c` and `s2d` [commandline tools](https://github.com/klauspost/compress/tree/master/s2#commandline-tools). * Sep 10, 2019: (v1.8.3) Fix s2 decoder [Skip](https://godoc.org/github.com/klauspost/compress/s2#Reader.Skip).