Skip to content

Commit 32857e5

Browse files
committed
Correct changelog ordering
1 parent 6100e26 commit 32857e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ 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-
+ ISA-L library version variables are now available on windows as well.
33-
+ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
32+
+ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
3433
``isal_zlib.IsalError`` has been removed.
35-
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
34+
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
3635
``Exception`` instead of ``OSError``.
36+
+ ISA-L library version variables are now available on windows as well.
3737
+ Wheels are now always build with nasm for the x86 architecture. Previously
3838
yasm was used for Linux and MacOS due to build issues that have since been
3939
fixed upstream.

0 commit comments

Comments
 (0)