Skip to content

Commit 85e9d48

Browse files
committed
Add multithreaded flushing fix to the CHANGELOG
1 parent 4398326 commit 85e9d48

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
@@ -11,6 +11,10 @@ Changelog
1111
version 1.8.0-dev
1212
-----------------
1313
+ Python 3.8 is no longer supported.
14+
+ Fix an issue where flushing using igzip_threaded caused a gzip end of stream
15+
and started a new gzip stream. In essence creating a concatenated gzip
16+
stream. Now it is in concordance with how single threaded gzip streams
17+
are flushed using Z_SYNC_FLUSH.
1418
+ Change build backend to setuptools-scm which is more commonly used and
1519
supported.
1620
+ Include test packages in the source distribution, so source distribution

0 commit comments

Comments
 (0)