diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,4 @@ -Changes in version 1.3: +Changes in version 1.4: -Lzd now discards the first byte of the LZMA stream explicity (instead of -shifting 1 extra byte in the initialization of 'code') to make the intent -clearer. +Define constants 'header_size' and 'trailer_size' instead of using 6 and 20. +(Lzd is supposed to be educational, and using numbers is bad practice). |