Skip to content

Commit 0e4c9da

Browse files
committed
Credit where it's due
1 parent 48e78f1 commit 0e4c9da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ that PyPy is no longer supported.
2424
deemed unnecessary to continue supporting PyPy.
2525
+ Stub files with type information have now been updated to correctly display
2626
positional-only arguments.
27+
+ Expose ``READ`` and ``WRITE`` constants on the ``igzip`` module. These are
28+
also present in Python's stdlib ``gzip`` module and exposing them allows for
29+
better drop-in capability of ``igzip``. Thanks to @alexander-beedie in
30+
https://github.com/pycompression/python-isal/pull/115.
2731
+ A ``--no-name`` flag has been added to ``python -m isal.igzip``.
32+
+ Reduced wheel size by not including debug symbols in the binary. Thanks to
33+
@marcelm in https://github.com/pycompression/python-isal/pull/108.
2834
+ Cython is no longer required as a build dependency.
2935
+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
3036
faster.

0 commit comments

Comments
 (0)