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