Updated NEWS with @inikep's work
diff --git a/NEWS b/NEWS
index c100700..db8f9ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
v0.6.2
+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
v0.6.1
New : zlib wrapper API, thanks to Przemyslaw Skibinski
@@ -63,7 +65,7 @@
removed `zstd.c`
v0.4.0
-Command line utility compatible with high compression levels
+Command line utility compatible with high compression levels
Removed zstdhc => merged into zstd
Added : ZBUFF API (see zstd_buffered.h)
Rolling buffer support
@@ -93,7 +95,7 @@
Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier
v0.2.1
-Fix : Read errors, advanced fuzzer tests, by Hanno Böck
+Fix : Read errors, advanced fuzzer tests, by Hanno Böck
v0.2.0
**Breaking format change**
@@ -112,4 +114,3 @@
git@github.com:Cyan4973/zstd.git
v0.1.0
first release
-