From 220c567aa15c98f0ed7dd2ae85862699091844aa Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 13 Sep 2016 19:40:50 +0200 Subject: [PATCH] updated NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b6a1d6983..ace6d4826 100644 --- 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)