]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[doc] Bump Format Spec Version
authorW. Felix Handte <w@felixhandte.com>
Wed, 17 Jul 2019 21:55:15 +0000 (17:55 -0400)
committerFelix Handte <w@felixhandte.com>
Wed, 17 Jul 2019 22:55:45 +0000 (18:55 -0400)
doc/zstd_compression_format.md

index ad5a61ec7d505f671aae566617265cdc33ec60ad..7d02426a50a0b5bfeb2290b99d69dd5f3067550d 100644 (file)
@@ -16,7 +16,7 @@ Distribution of this document is unlimited.
 
 ### Version
 
-0.3.1 (25/10/18)
+0.3.2 (17/07/19)
 
 
 Introduction
@@ -1653,6 +1653,7 @@ or at least provide a meaningful error code explaining for which reason it canno
 
 Version changes
 ---------------
+- 0.3.2 : remove additional block size restriction on compressed blocks
 - 0.3.1 : minor clarification regarding offset history update rules
 - 0.3.0 : minor edits to match RFC8478
 - 0.2.9 : clarifications for huffman weights direct representation, by Ulrich Kunitz