]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS for v1.1.3 531/head
authorYann Collet <cyan@fb.com>
Mon, 6 Feb 2017 02:09:35 +0000 (18:09 -0800)
committerYann Collet <cyan@fb.com>
Mon, 6 Feb 2017 02:09:35 +0000 (18:09 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 072caee59a288df90d93c6f18c01b473bcd3004c..4f7463056c286f20cf40d178011986bc63e9a6e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 v1.1.3
-cli : zstd can decompress .gz files. Feature can be turned off by targeting `make zstd-nogz` or setting `make HAVE_ZLIB=0`
+cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
 cli : new : experimental target `make zstdmt`, with multi-threading support
+cli : new : improved dictionary builder "cover" (experimental), by Nick Terrell
 cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
 cli : fix zstdless on Mac OS-X, by Andrew Janke
 cli : fix #232 "compress non-files"