From bea1e942f7f6e5c6502ad5dec8ce35954d41043e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 22 Mar 2025 23:52:45 -0700 Subject: [PATCH] [doc] minor clarification for maximum block size closes #4339 --- doc/zstd_compression_format.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index a2bf20cbc..7700c472d 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.4.3 (2024-10-07) +0.4.4 (2025-03-22) Introduction @@ -390,7 +390,7 @@ __`Block_Content`__ and __`Block_Maximum_Size`__ The size of `Block_Content` is limited by `Block_Maximum_Size`, which is the smallest of: - `Window_Size` -- 128 KB +- 128 KiB (131.072 bytes) `Block_Maximum_Size` is constant for a given frame. This maximum is applicable to both the decompressed size @@ -1742,6 +1742,7 @@ or at least provide a meaningful error code explaining for which reason it canno Version changes --------------- +- 0.4.4 : minor clarification for block size - 0.4.3 : clarifications for Huffman prefix code assignment example - 0.4.2 : refactor FSE table construction process, inspired by Donald Pian - 0.4.1 : clarifications on a few error scenarios, by Eric Lasota -- 2.47.2