From b23420fa48a9b53eedc82d3ff2e8c5651e2f91b4 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 13 Dec 2016 19:47:17 +0100 Subject: [PATCH] updated NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 35e0e5820..9b0001636 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ v1.1.2 -API : streaming : decompression : changed : implicit reset on starting new frames without init -API : experimental : added : dictID retrieval functions +API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames without init +API : experimental : added : dictID retrieval functions, and ZSTD_initCStream_srcSize() API : zbuff : changed : prototypes now generate deprecation warnings lib : improved : faster decompression speed at ultra compression settings and 32-bits mode lib : changed : only public ZSTD_ symbols are now exposed