From 20bed4210c704c82885d1c324fdbaa893ce3cf72 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 27 Jan 2017 12:16:16 -0800 Subject: [PATCH] changed format specification version number --- doc/zstd_compression_format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index afa1737d3..df983284f 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.2.2 (14/09/16) +0.2.3 (27/01/17) Introduction @@ -1402,6 +1402,7 @@ to crosscheck that an implementation implements the decoding table generation al Version changes --------------- +- 0.2.3 : clarified several details, by Sean Purcell - 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