support for Z_SYNC_FLUSH, by @dak-evanti-ru

This commit is contained in:
Yann Collet 2016-08-16 15:10:30 +02:00
parent 146eee1b01
commit b3950eef20

1
NEWS
View File

@ -3,6 +3,7 @@ Changed : --ultra now enables levels beyond 19
Changed : -i# now selects benchmark time in second
Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell
Fixed : speed regression on specific patterns (#272)
Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
v0.8.0
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers