updated NEWS

dev
Yann Collet 2016-07-02 22:03:08 +02:00
parent 0d5bf8f06f
commit d96e8f20b9
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -1,5 +1,7 @@
v0.7.2
fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski
fixed : potential segfault on very large files (many gigabytes). Reported by Chip Turner.
fixed : CLI displays system error message when destination file cannot be created (#231). Reported by Chip Turner.
v0.7.1
fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christophe Chevalier