From 3b8b575c0bbbe362bfcfdd68311e6aa90cbf4ce6 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 16 Jul 2016 20:04:47 +0200 Subject: [PATCH] updated NEWS --- NEWS | 7 ++++--- examples/dictionary_compression.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 8c2808e0e..04e649362 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ v0.7.4 -Added : new examples +Added : homebrew for Mac +Added : more examples Fixed : segfault when using small dictionaries, reported by Felix Handte -Modified : default compression level for CLI is 3 - +Modified : default compression level for CLI is now 3 +Updated : specification, to v0.1.1 v0.7.3 New : compression format specification diff --git a/examples/dictionary_compression.c b/examples/dictionary_compression.c index fc176a3db..c4dc1b90d 100644 --- a/examples/dictionary_compression.c +++ b/examples/dictionary_compression.c @@ -1,5 +1,5 @@ /* - Dictionary decompression + Dictionary compression Educational program using zstd library Copyright (C) Yann Collet 2016