Skip to content

Commit 8f5d166

Browse files
committed
Include error changes in the changelog
1 parent da52b3b commit 8f5d166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ that PyPy is no longer supported.
2727
faster.
2828
+ igzip.decompress has 30% less overhead when called.
2929
+ ISA-L library version variables are now available on windows as well.
30+
+ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
31+
``isal_zlib.IsalError`` has been removed.
32+
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
33+
``Exception`` instead of ``OSError``.
3034
+ Wheels are now always build with nasm for the x86 architecture. Previously
3135
yasm was used for Linux and MacOS due to build issues that have since been
3236
fixed upstream.

0 commit comments

Comments
 (0)