]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS
authorYann Collet <cyan@fb.com>
Tue, 13 Sep 2016 17:40:50 +0000 (19:40 +0200)
committerYann Collet <cyan@fb.com>
Tue, 13 Sep 2016 17:40:50 +0000 (19:40 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b6a1d6983550583d362c7bb3e8317550caa8d4ec..ace6d482614feb60c49245d1701ba176b63430e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ added : NetBSD install target (#338)
 Improved : variable compression speed improvements on batches of small files.
 Fixed : CLI -d output to stdout by default when input is stdin (#322)
 Fixed : CLI correctly detects console on Mac OS-X
-Fixed : Legacy decoders use unified error codes (#341), reported by benrg
+Fixed : CLI supports recursive mode `-r` on Mac OS-X
+Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skibinski
 Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319)
 Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
 Fixed : zstd-pgo, reported by octoploid (#329)