]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor NEWS update for v1.3.7 1375/head v1.3.7
authorYann Collet <cyan@fb.com>
Wed, 17 Oct 2018 03:58:52 +0000 (20:58 -0700)
committerYann Collet <cyan@fb.com>
Wed, 17 Oct 2018 03:58:52 +0000 (20:58 -0700)
NEWS

diff --git a/NEWS b/NEWS
index fa1a2232511a3fc02ae63d356c0edc960884f4b6..637bd93038e726a12d821fea6e70baef0571aaa8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ perf: slightly better decompression speed on clang (depending on hardware target
 fix : performance of dictionary compression for small input < 4 KB at levels 9 and 10
 build: no longer build backtrace by default in release mode; restrict further automatic mode
 build: control backtrace support through build macro BACKTRACE
+misc: added man pages for zstdless and zstdgrep, by @samrussell
 
 v1.3.6
 perf: much faster dictionary builder, by @jenniferliu