]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor release note update
authorYann Collet <cyan@fb.com>
Fri, 28 Apr 2017 15:54:13 +0000 (08:54 -0700)
committerYann Collet <cyan@fb.com>
Fri, 28 Apr 2017 15:54:13 +0000 (08:54 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 4f9bd2eff84a729d1fa3fd918d16616ef2395ba1..2a9921e8e7e3203de9e797987033ab4e33bd78f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ v1.2.0
 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
 cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell
 cli : new : zstdmt symlink hardwired to `zstd -T0`
+cli : new : command --threads=# (#671)
 cli : new : experimental target `zstd4`, with support for lz4 format, by Sean Purcell
 cli : fix : does not output compressed data on console
 cli : fix : ignore symbolic links unless --force specified,