]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Updated news
authorYann Collet <yann.collet.73@gmail.com>
Tue, 31 May 2016 08:12:04 +0000 (10:12 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 31 May 2016 08:12:04 +0000 (10:12 +0200)
NEWS

diff --git a/NEWS b/NEWS
index db8f9bad61d23ddceffb2179760a38514db69504..beb6ae3db9eded9dc63d17c4192677e33bb923b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-v0.6.2
+v0.7.0
 New : Support for directory compression, using `-r`, thanks to Przemyslaw Skibinski
 New : Support for Sparse File-systems (do not use space for zero-filled sectors)
-New : Support pass-through mode, when using `-df`
-New : Support for custom malloc/free functions
+New : Support pass-through mode (when using `-df`)
+New : API : dictionary files from custom content, by Giuseppe Ottaviano
+New : API support for custom malloc/free functions
+New : controllable Dictionary ID
 
 v0.6.1
 New : zlib wrapper API, thanks to Przemyslaw Skibinski