Skip to content

Commit db2b0a0

Browse files
committed
Update changelog with fix for IgzipDecompressor.unused_data
1 parent dcd7db2 commit db2b0a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10+
version 0.11.1
11+
------------------
12+
+ Fixed an issue which occurred rarely that caused IgzipDecompressor's
13+
unused_data to report back incorrectly. This caused checksum errors when
14+
reading gzip files. The issue was more likely to trigger in multi-member gzip
15+
files.
16+
1017
version 0.11.0
1118
------------------
1219
In this release the ``python -m isal.igzip`` relatively slow decompression rate

0 commit comments

Comments
 (0)