From d2908b9215f7c991206edfe6047f3e413763ed18 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 7 Dec 2016 16:41:33 -0800 Subject: [PATCH] updated NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 36aa45e9..b4a200ad 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ cli : new : preserve file attributes cli : new : added zstdless and zstdgrep tools cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (like pzstd) cli : fixed : zstdcat +library : changed : only public ZSTD_ symbols are now exposed API : changed : zbuff prototypes now generate deprecation warnings API : changed : streaming decompression implicit reset on starting new frame API : added experimental : dictID retrieval functions