From: W. Felix Handte Date: Wed, 17 Jul 2019 21:55:15 +0000 (-0400) Subject: [doc] Bump Format Spec Version X-Git-Tag: v1.4.1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2861d75eb255ebb6bde02f8653ae530aefe7356;p=thirdparty%2Fzstd.git [doc] Bump Format Spec Version --- diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index ad5a61ec7..7d02426a5 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -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