]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
support for Z_SYNC_FLUSH, by @dak-evanti-ru
authorYann Collet <yann.collet.73@gmail.com>
Tue, 16 Aug 2016 13:10:30 +0000 (15:10 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 16 Aug 2016 13:10:30 +0000 (15:10 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 20765a3d74f5efe00bf13cbf3f5355200a51f631..77edad474eae7604098bd734a6997314d7f6898a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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