Skip to content

Commit 3b980cc

Browse files
committed
Mention simplified error structure
1 parent 089c0cc commit 3b980cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ that PyPy is no longer supported.
2929
+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
3030
faster.
3131
+ igzip.decompress has 30% less overhead when called.
32-
+ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
33-
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
34-
``Exception`` instead of ``OSError``.
32+
+ Error structure has been simplified. There is only ``IsalError`` which has
33+
``Exception`` as baseclass instead of ``OSError``. ``isal_zlib.IsalError``,
34+
``igzip_lib.IsalError``, ``isal_zlib.error`` and ``igzip_lib.error`` are
35+
all aliases of the same error class.
3536
+ GzipReader now uses larger input and output buffers (128k) by default and
3637
IgzipDecompressor.decompress has been updated to allocate ``maxsize`` buffers
3738
when these are of reasonable size, instead of growing the buffer to maxsize

0 commit comments

Comments
 (0)