Skip to content

Commit 7f9d761

Browse files
committed
Update changelog with compatibility upgrades
1 parent 5542158 commit 7f9d761

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.7.0-dev
11+
-----------------
12+
+ Remove workarounds in the ``igzip`` module for the ``unconsumed_tail``
13+
and ``unused_data`` bugs. ``igzip._IGzipReader`` now functions the same
14+
as ``gzip._GzipReader`` with only a few calls replaced with ``isal_zlib``
15+
calls for speed.
16+
+ Correctly implement ``unused_data`` and ``unconsumed_tail`` on
17+
``isal_zlib.Decompress`` objects.
18+
It works the same as in CPython's zlib now.
19+
+ Correctly implement flush implementation on ``isal_zlib.Compress`` and
20+
``isal_zlib.Decompress`` objects.
21+
It works the same as in CPython's zlib now.
22+
23+
1024
version 0.6.1
1125
-----------------
1226
+ Fix a crash that occurs when opening a file that did not end in ``.gz`` while

0 commit comments

Comments
 (0)