]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
completed NEWS for v1.3.0
authorYann Collet <cyan@fb.com>
Sat, 3 Jun 2017 00:43:55 +0000 (17:43 -0700)
committerYann Collet <cyan@fb.com>
Sat, 3 Jun 2017 00:43:55 +0000 (17:43 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ffd1e036fb888c3542a1dd3b48fa86633975afc0..9f12981268b64db6f1d82be1f03c8294039c455b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
 v1.3.0
 cli : changed : `-t *` does no longer stop after a decompression error
-API : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
-API : changed : unified CCtx/CStream and DCtx/DStream definitions
-API exp : changed : slowest strategy renamed ZSTD_btultra
+API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
+API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
+API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
+API exp : changed : strongest strategy renamed ZSTD_btultra
 new : contrib/seekable_format, demo and API, by Sean Purcell
 changed : contrib/linux-kernel, updated version and license, by Nick Terrell