Skip to content

Commit ec40252

Browse files
authoredMar 25, 2025
Merge pull request #4345 from Cyan4973/block128
[doc] minor clarification for maximum block size
2 parents 64dc08f + bea1e94 commit ec40252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎doc/zstd_compression_format.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Distribution of this document is unlimited.
1616

1717
### Version
1818

19-
0.4.3 (2024-10-07)
19+
0.4.4 (2025-03-22)
2020

2121

2222
Introduction
@@ -390,7 +390,7 @@ __`Block_Content`__ and __`Block_Maximum_Size`__
390390
The size of `Block_Content` is limited by `Block_Maximum_Size`,
391391
which is the smallest of:
392392
- `Window_Size`
393-
- 128 KB
393+
- 128 KiB (131.072 bytes)
394394

395395
`Block_Maximum_Size` is constant for a given frame.
396396
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
17421742

17431743
Version changes
17441744
---------------
1745+
- 0.4.4 : minor clarification for block size
17451746
- 0.4.3 : clarifications for Huffman prefix code assignment example
17461747
- 0.4.2 : refactor FSE table construction process, inspired by Donald Pian
17471748
- 0.4.1 : clarifications on a few error scenarios, by Eric Lasota

0 commit comments

Comments
 (0)