Skip to content

Commit 6f81e8f

Browse files
committed
Update changelog with buffer protocol changes
1 parent 860e7f6 commit 6f81e8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ version 1.4.0-dev
1212
+ The internal ``igzip._IGzipReader`` has been rewritten in C. As a result the
1313
overhead of decompressing files has significantly been reduced and
1414
``python -m isal.igzip`` is now very close to the C ``igzip`` application.
15-
+ The ``igzip._IGZipReader`` in C is now used in ``igzip.decompress``. This
16-
has reduced overhead significantly.
15+
+ The ``igzip._IGZipReader`` in C is now used in ``igzip.decompress``. The
16+
``_GzipReader`` also can read from objects that support the buffer protocol
17+
This has reduced overhead significantly.
1718

1819
version 1.3.0
1920
-----------------

0 commit comments

Comments
 (0)