fixed issue with small dictionary

This commit is contained in:
Yann Collet
2016-07-14 23:27:31 +02:00
parent e9ed5cdc94
commit ea2ecdc315
3 changed files with 13 additions and 4 deletions
+3
View File
@@ -1,6 +1,9 @@
v0.7.4
Added : new examples
Fixed : segfault when using small dictionaries
Modified : default compression level for CLI is 3
v0.7.3
New : compression format specification
New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.