File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Distribution of this document is unlimited.
16
16
17
17
### Version
18
18
19
- 0.4.3 (2024-10-07 )
19
+ 0.4.4 (2025-03-22 )
20
20
21
21
22
22
Introduction
@@ -390,7 +390,7 @@ __`Block_Content`__ and __`Block_Maximum_Size`__
390
390
The size of ` Block_Content ` is limited by ` Block_Maximum_Size ` ,
391
391
which is the smallest of:
392
392
- ` Window_Size `
393
- - 128 KB
393
+ - 128 KiB (131.072 bytes)
394
394
395
395
` Block_Maximum_Size ` is constant for a given frame.
396
396
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
1742
1742
1743
1743
Version changes
1744
1744
---------------
1745
+ - 0.4.4 : minor clarification for block size
1745
1746
- 0.4.3 : clarifications for Huffman prefix code assignment example
1746
1747
- 0.4.2 : refactor FSE table construction process, inspired by Donald Pian
1747
1748
- 0.4.1 : clarifications on a few error scenarios, by Eric Lasota
You can’t perform that action at this time.
0 commit comments