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

diff --git a/NEWS b/NEWS
index 7d9c9c94e186a5571bf1ecc9acb5b2229d3f6b9e..ffd1e036fb888c3542a1dd3b48fa86633975afc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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
+new : contrib/seekable_format, demo and API, by Sean Purcell
+changed : contrib/linux-kernel, updated version and license, by Nick Terrell
+
 v1.2.0
 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
 cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell