We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4398326 commit 85e9d48Copy full SHA for 85e9d48
CHANGELOG.rst
@@ -11,6 +11,10 @@ Changelog
11
version 1.8.0-dev
12
-----------------
13
+ 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.
18
+ Change build backend to setuptools-scm which is more commonly used and
19
supported.
20
+ Include test packages in the source distribution, so source distribution
0 commit comments