]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated format doc version
authorYann Collet <yann.collet.73@gmail.com>
Thu, 15 Sep 2016 00:13:18 +0000 (02:13 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 15 Sep 2016 00:13:18 +0000 (02:13 +0200)
zstd_compression_format.md

index 025439f38ab965acb8efe5c4ad02334a59f6a50b..b58b43f5aceb1a1f3522304c0cf34d68e96bde98 100644 (file)
@@ -16,7 +16,7 @@ Distribution of this document is unlimited.
 
 ### Version
 
-0.2.0 (22/07/16)
+0.2.2 (14/09/16)
 
 
 Introduction
@@ -1357,6 +1357,7 @@ to crosscheck that an implementation implements the decoding table generation al
 
 Version changes
 ---------------
+- 0.2.2 : added predefined codes, by Johannes Rudolph
 - 0.2.1 : clarify field names, by Przemyslaw Skibinski
 - 0.2.0 : numerous format adjustments for zstd v0.8
 - 0.1.2 : limit Huffman tree depth to 11 bits